Files
anmo/business_uniapp/src/mixins/index.ts
2025-08-19 14:16:51 +08:00

6 lines
116 B
TypeScript

import { App } from 'vue'
import theme from './theme'
export function setupMixin(app: App) {
app.mixin(theme)
}