2024-12-24 08:14:21 +00:00
|
|
|
export * from './highlight'
|
|
|
|
export * from './component'
|
|
|
|
export * from './md-editor'
|
|
|
|
export * from './naive-ui'
|
|
|
|
export * from './sms-lock'
|
|
|
|
export * from './ws-socket'
|
|
|
|
export * from './pinia'
|
2025-05-15 10:56:41 +00:00
|
|
|
import directive from './directive'
|
|
|
|
|
|
|
|
export function setupDirective(app) {
|
|
|
|
directive(app)
|
|
|
|
}
|