Non single vue templates don't work on App.vue?
-
Creating a project with
quasar init
, everything works fine.But I don’t like the single-file vue template thing (I prefer separated JavaScript and styles and importing them on .vue files with
<script src="./FileName.js"/>
)Not a problem, everything keep working, except for one detail:
App.vue, when separated into App.vue and App.js, renders a blank page. App.vue as a single file template works fine (every other page and layout from the app can be separated, not an issue, just App.vue don’t like it).
Any workaround/config/suggestion for this?