Skip to content

App.vue

@vixt/vue 默认提供 App.vue 模板,你可以在项目中新建 App.vue 来覆盖默认模板

vue
<template>
  <RouterView />
</template>