UNPKG

vue-cli-plugin-element-zkml

Version:

Quickly build a backend system with vue-cli and element-ui in seconds.

10 lines (7 loc) 125 B
/** * 路由拦截器 */ const interceptorsRouter = (to, from, next) => { next(); } export default interceptorsRouter;