初始版本
This commit is contained in:
5
business_uniapp/src/mixins/index.ts
Normal file
5
business_uniapp/src/mixins/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { App } from 'vue'
|
||||
import theme from './theme'
|
||||
export function setupMixin(app: App) {
|
||||
app.mixin(theme)
|
||||
}
|
||||
Reference in New Issue
Block a user