Files
sbnews/uniapp/src/mixins/index.ts
T
2026-06-11 12:15:29 +08:00

6 lines
116 B
TypeScript

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