init
This commit is contained in:
28
src/App.vue
Normal file
28
src/App.vue
Normal file
@@ -0,0 +1,28 @@
|
||||
<template>
|
||||
|
||||
<!-- <router-view v-slot="{ Component }">-->
|
||||
<!-- <transition name="fade-transition" mode="out-in">-->
|
||||
<!-- <keep-alive>-->
|
||||
<!-- <component :is="Component"></component>-->
|
||||
<!-- </keep-alive>-->
|
||||
<!-- </transition>-->
|
||||
<!-- </router-view>-->
|
||||
|
||||
<!-- v-if="showBar"-->
|
||||
<div>
|
||||
<!-- <van-sticky>-->
|
||||
<!-- </van-sticky>-->
|
||||
<router-view />
|
||||
</div>
|
||||
</template>
|
||||
<script setup lang="ts">
|
||||
|
||||
</script>
|
||||
|
||||
<style>
|
||||
@import "style/index.scss";
|
||||
body {
|
||||
//background-color: #f8f8f8;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user