1👍
import
statements may only appear in a javascript module
<script type="module" src="app.js"></script>
Should fix it, though you would not need to import Vue
with your current code anyway, as you have seen
- [Vuejs]-Vuetify error: "Error in beforeCreate hook: "Error: Vuetify is not properly initialized"
- [Vuejs]-How to extract Route Params via Props
Source:stackexchange.com