UNPKG

@fmdevui/fm-dev

Version:

Page level components developed based on Element Plus.

11 lines (8 loc) 249 B
import { authDirective } from './authDirective.mjs'; import { wavesDirective, reclickDirective } from './customDirective.mjs'; function directive(app) { authDirective(app); wavesDirective(app); reclickDirective(app); } export { directive };