Skip to content

App.vue

@vixt/vue provides a default App.vue template. You can create App.vue in your project to override the default template.

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