初始版本
This commit is contained in:
12
business_uniapp/typings/vue.d.ts
vendored
Normal file
12
business_uniapp/typings/vue.d.ts
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
import 'vue'
|
||||
declare module 'vue' {
|
||||
interface ComponentCustomProperties {
|
||||
$theme: {
|
||||
primaryColor: string
|
||||
pageStyle: string
|
||||
navColor: string
|
||||
navBgColor: string
|
||||
title: string
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user