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 (go-gitea#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 e9a1ffb)
- Loading branch information