django-vue-admin/web/src/components/dept-format/index.js

8 lines
123 B
Python

function install (Vue) {
Vue.component('dept-format', () => import('./lib/dept-format'))
}
export default {
install
}