English
Appearance
@vixt/vue provides a default App.vue template. You can create App.vue in your project to override the default template.
@vixt/vue
App.vue
<template> <RouterView /> </template>