1 Star 1 Fork 0

GGB/uniapp-ts-unocss-pinia-vue3-demo

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
components.d.ts 388 Bytes
Copy Edit Raw Blame History
GGB authored 2024-01-17 13:47 +08:00 . feat(theme): 新增theme主题配置
// generated by unplugin-vue-components
// We suggest you to commit this file into source control
// Read more: https://github.com/vuejs/vue-next/pull/3399
declare module 'vue' {
export interface GlobalComponents {
ToggleAppTheme: (theme: string) => void
}
interface ComponentCustomProperties {
AppTheme: string
ToggleAppTheme: (theme: string) => void
}
}
export {}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ggbhack/uniapp-ts-unocss-pinia-vue3-demo.git
git@gitee.com:ggbhack/uniapp-ts-unocss-pinia-vue3-demo.git
ggbhack
uniapp-ts-unocss-pinia-vue3-demo
uniapp-ts-unocss-pinia-vue3-demo
main

Search