|
@@ -1,17 +0,0 @@
|
|
|
-<script lang="ts" setup>
|
|
|
|
|
-import type { ConfigProviderThemeVars } from 'wot-design-uni'
|
|
|
|
|
-
|
|
|
|
|
-const themeVars: ConfigProviderThemeVars = {
|
|
|
|
|
- // colorTheme: 'red',
|
|
|
|
|
- // buttonPrimaryBgColor: '#07c160',
|
|
|
|
|
- // buttonPrimaryColor: '#07c160',
|
|
|
|
|
-}
|
|
|
|
|
-</script>
|
|
|
|
|
-
|
|
|
|
|
-<template>
|
|
|
|
|
- <wd-config-provider :theme-vars="themeVars">
|
|
|
|
|
- <slot />
|
|
|
|
|
- <wd-toast />
|
|
|
|
|
- <wd-message-box />
|
|
|
|
|
- </wd-config-provider>
|
|
|
|
|
-</template>
|
|
|