chat-pc/src/plugins/index.ts

13 lines
284 B
TypeScript
Raw Normal View History

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'
import directive from './directive'
export function setupDirective(app) {
directive(app)
}