|
@@ -4,7 +4,7 @@ import tabbar from '@/components/tabbar.vue'
|
|
|
</script>
|
|
|
|
|
|
<template>
|
|
|
- <div>
|
|
|
+ <!-- <div>
|
|
|
<a href="https://vite.dev" target="_blank">
|
|
|
<img src="/vite.svg" class="logo" alt="Vite logo" />
|
|
|
</a>
|
|
@@ -12,7 +12,8 @@ import tabbar from '@/components/tabbar.vue'
|
|
|
<img src="./assets/vue.svg" class="logo vue" alt="Vue logo" />
|
|
|
</a>
|
|
|
</div>
|
|
|
- <HelloWorld msg="Vite + Vue" /><tabbar />
|
|
|
+ <HelloWorld msg="Vite + Vue" /><tabbar /> -->
|
|
|
+ <RouterView />
|
|
|
</template>
|
|
|
|
|
|
<style scoped>
|