123456789101112131415161718 |
- <template>
- <wd-config-provider :themeVars="themeVars">
- <slot />
- <shop-tabbar />
- <wd-toast />
- <wd-message-box />
- </wd-config-provider>
- </template>
- <script lang="ts" setup>
- import type { ConfigProviderThemeVars } from 'wot-design-uni'
- const themeVars: ConfigProviderThemeVars = {
-
-
-
- }
- </script>
|