web/manager/src/libs/lazyLoading.js
2021-05-13 10:56:04 +08:00

3 lines
57 B
JavaScript

export default (url) =>()=>import(`@/views/${url}.vue`)