摘要: 1、官网 https://hxkj.vip/calendar/#/disabled-date 2、记录下自己的使用 (1)效果图 (2)页面部分 点击查看代码 <div class="data_popup"> <nut-popup position="bottom" v-model:visible= 阅读全文
posted @ 2023-04-28 15:19 你的眼里有星星 阅读(412) 评论(0) 推荐(0) 编辑
摘要: 参考文档:https://blog.csdn.net/qq_34170840/article/details/124520388 1、页面部分 点击查看代码 <input ref="fileRef" title="" type='file' name="file" multiple class="f 阅读全文
posted @ 2023-04-28 15:05 你的眼里有星星 阅读(217) 评论(0) 推荐(0) 编辑
摘要: 参考文档:https://blog.csdn.net/weixin_44326389/article/details/118613647 1、效果图 2、代码 子组件 点击查看代码 <template> <div id="tree"> <div class="checkThem" > <div v- 阅读全文
posted @ 2023-04-28 14:51 你的眼里有星星 阅读(784) 评论(0) 推荐(0) 编辑
摘要: 1、使用场景 vuex刷新之后数据会消失 2、使用方法 (1)结构1 点击查看代码 import { createStore } from "vuex" import state from './state' import mutations from './mutations' import ac 阅读全文
posted @ 2023-04-28 14:36 你的眼里有星星 阅读(117) 评论(0) 推荐(0) 编辑