init
This commit is contained in:
9
src/plugins/lowDesagn/index.ts
Normal file
9
src/plugins/lowDesagn/index.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import type { App } from 'vue'
|
||||
import Sortable from 'sortablejs';
|
||||
import AvueUeditor from 'avue-plugin-ueditor'
|
||||
|
||||
window['Sortable'] = Sortable
|
||||
|
||||
export const setupLowDesagn = async (app: App<Element>) => {
|
||||
app.use(AvueUeditor)
|
||||
}
|
||||
Reference in New Issue
Block a user