Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid vue warning in dev mode (#29188)
`vue` currently outputs a warning for this undefined variable during development, which is apparently caused by a bug in `vue-cli`. Workaround by setting this variable. Ref: vuejs/vue-cli#7443 Ref: https://stackoverflow.com/a/77765007/808699
- Loading branch information