徒劳无获是寻常,因为总是有人半途而废

懂得珍惜,学会累积,成长,反思
摘要: 一、vue中bus的使用(事件总线) 首先,在全局注册bus。(main.js) Vue.config.productionTip = false; Vue.prototype.$bus=new Vue(); new Vue({ router, store, render: (h) => h(App 阅读全文
posted @ 2022-06-16 09:48 头秃婷婷 阅读(34) 评论(0) 推荐(0)
console.log('Don't define yourself');
const aboutMe = {
name: 'Titi Zhang',
title: 'Vue JS HTML',
location: 'China, HeBei',
contact: {
email: '18235293481@163.com',
website:'https://gitee.com/zhangtingtingANDcow'
}
}