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 (cherry picked from commit e9a1ffba2c294f74d985870e9b7b5b07e9000857)
- Loading branch information