-1👍
This sounds more like a vue issue than a Umbraco one. You should be able to do it. After a quick google there is a working project here:
https://github.com/ionic-team/ionic-vue-conference-app
Have you tried explicitly installing packages with version numbers that work, e.g.
npm install @ionic/vue@0.0.4
- [Vuejs]-Vue.js: How to get the offsetX from the "currentTarget" when mouse moving over its child elements?
- [Vuejs]-V-for and computed properties calling methods
Source:stackexchange.com