
vue
文章平均质量分 94
阿雨*
这个作者很懒,什么都没留下…
展开
-
vue3+ts+element-plus(包含vuex、router) 随笔
使用defineComponent 构建应用及绑定事件使用setup(props,content)父子通信使用 reactive 绑定数据使用 ref ( torefs ) 绑定数据使用 getCurrentInstance 获取当前实例化对象上下文信watch、watchEffect 数据监听生命周期+axios数据请求简单的 TodoList 点餐功能computed 对应vue2中computed,使用方法不同原创 2021-12-16 18:36:17 · 1262 阅读 · 0 评论 -
vue使用 封装websocket心跳包
这套代码可以拿过去直接用 一些注意我会在下面代码中加上注释:谢谢支持直接上代码核心代码//这里需要引入vueximport store from './store';let wsConnection = { $ws: null, lockReturn: false, timeout: 60 * 1000 * 5, timeoutObj: null, timeoutNum: null, serverTimeoutObj: null, //初始化webSocket长连接原创 2020-08-28 11:47:31 · 1191 阅读 · 0 评论