App.vue 300 B

12345678910
  1. <template>
  2. <van-config-provider class="w-full h-full flex flex-col" theme="dark" :theme-vars="{
  3. 'tabbar-background': '#59595928',
  4. 'tabbar-item-active-background': '#59595928',
  5. 'nav-bar-background': '#00000003',
  6. }">
  7. <router-view></router-view>
  8. </van-config-provider>
  9. </template>