mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-06-25 06:30:48 +08:00
7 lines
124 B
TypeScript
7 lines
124 B
TypeScript
import router from '@/router'
|
|
import type { App } from 'vue'
|
|
|
|
export default (app: App<Element>) => {
|
|
app.use(router)
|
|
}
|