You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import_definePage_default_0from'/Users/posva/unplugin-vue-router/playground/src/pages/index.vue?definePage&vue'import_definePage_named_1from'/Users/posva/unplugin-vue-router/playground/src/pages/index@named.vue?definePage&vue'import{_mergeRouteRecord}from'unplugin-vue-router/runtime'exportconstroutes=[_mergeRouteRecord({path: '/',name: 'home',components: {'default': ()=>import('/Users/posva/unplugin-vue-router/playground/src/pages/index.vue'),'named': ()=>import('/Users/posva/unplugin-vue-router/playground/src/pages/index@named.vue')},/* no children */},_definePage_default_0,_definePage_named_1),// ...
Since index@named.vue doesn't have a definePage() inside it, it would be better if it was skipped completely
The text was updated successfully, but these errors were encountered:
This should be the better fix for #338
currently, the playground generates this code:
Since
index@named.vue
doesn't have adefinePage()
inside it, it would be better if it was skipped completelyThe text was updated successfully, but these errors were encountered: