2023年12月29日
摘要: TS MQTT封装 导入相关包 npm i mqtt npm i lodash guid 随机生成就行,具体可以参考百度或者随便生成一个随机数* 代码封装 import mqtt from 'mqtt' import type { MqttClient, OnMessageCallback, ICl 阅读全文
posted @ 2023-12-29 09:03 独醉_一杯小酒 阅读(115) 评论(0) 推荐(0) 编辑
  2023年12月21日
摘要: 节流指令 import { ObjectDirective } from 'vue' interface ThrottleEl extends HTMLElement { throttleEvent: () => void } // 节流指令封装 const throttleDirective: O 阅读全文
posted @ 2023-12-21 15:20 独醉_一杯小酒 阅读(118) 评论(0) 推荐(0) 编辑