摘要: 效果图 安装axios npm i axios search组件: <template> <div class="search"> <section class="jumbotron"> <h3 class="jumbotron-heading">Search Github Users</h3> < 阅读全文
posted @ 2021-09-21 18:05 幻影之舞 阅读(63) 评论(0) 推荐(0)
摘要: 安装全局事件总线: main.js: new Vue({ el:'#app', render: h => h(App), beforeCreate(){ Vue.prototype.$bus = this//安装全局事件总线 } }) 传值组件中 methods:{ sendName(){ this 阅读全文
posted @ 2021-09-21 17:54 幻影之舞 阅读(110) 评论(0) 推荐(0)