会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
TaskKill
博客园
首页
新随笔
联系
管理
2020年10月27日
vscode 设置react语法提示
摘要: "emmet.includeLanguages": { "vue-html": "html", "javascript": "javascriptreact", "less": "css" }, "emmet.triggerExpansionOnTab": true,
阅读全文
posted @ 2020-10-27 21:44 TaskKill
阅读(1136)
评论(0)
推荐(0)
2020年10月9日
Vue中eventBus基本使用
摘要: // 将eventBus对象注册到Vue的原型上 Vue.prototype.$eventBus = new Vue() // 在 A 页面添加点击事件向 B 页面发送消息 <button @click=“sendMsg”>Send</button> sendMsg() { this.$eventB
阅读全文
posted @ 2020-10-09 16:23 TaskKill
阅读(618)
评论(0)
推荐(0)
公告