0👍
My fault,
left of an "index.html" file inside of "public" folder after migrating from Vue.js CLI, while Quasar uses "index.template.html" inside of "src" folder.
So it has been served static by express server.
So solution is for sure deleting/renaming that "index.html" file.
- [Vuejs]-Uncaught (in promise) TypeError: this.resolveComponent is not a function | Inertia, Django & Vue
- [Vuejs]-How to set different style to only one element generated dynamically in Vue
Source:stackexchange.com