摘要: import Login from './Login' export default { install: function(Vue){ Vue.component('Login', Login); } } // The Vue build version to load with the `import` command // (runtime... 阅读全文
posted @ 2019-06-15 10:59 expworld 阅读(130) 评论(0) 推荐(0) 编辑