随笔分类 -  vue3

vue3
摘要:子组件触发 emits("saveData",atValue.value)父组件使用时要再事件前+ "on" createVNode(myCom,{ "onSaveData":(val)=>{ console.log("val",val) WorkOrderApi.saveUnitPrice(dat 阅读全文
posted @ 2022-10-30 22:23 羽鱼 阅读(768) 评论(0) 推荐(0) 编辑
摘要:超详细整理vue3基础知识💥 - 掘金 (juejin.cn) 阅读全文
posted @ 2022-09-28 13:55 羽鱼 阅读(28) 评论(0) 推荐(0) 编辑
摘要:狂肝半个月!1.3万字深度剖析vue3响应式(附脑图)🎉🎉 - 掘金 (juejin.cn) 阅读全文
posted @ 2022-09-28 13:52 羽鱼 阅读(23) 评论(0) 推荐(0) 编辑
摘要:由于 render-after-expand 属性是默认开启的,所选择的标签名可能不会及时更新显示,您可以把该属性设置为 false 来显示正确的名称 阅读全文
posted @ 2022-08-30 22:46 羽鱼 阅读(1402) 评论(0) 推荐(0) 编辑
摘要:删除 node_modules 试试 阅读全文
posted @ 2022-08-08 09:51 羽鱼 阅读(424) 评论(0) 推荐(0) 编辑
摘要:export async function mapInit(elId) { console.log("开始执行") return new Promise((resolve, reject) => { console.log("开始执行2") let script = document.createE 阅读全文
posted @ 2022-07-25 11:57 羽鱼 阅读(123) 评论(0) 推荐(0) 编辑
摘要:vue+element 实现图片上传和截取功能_healer-的博客-CSDN博客_elementui图片截取 阅读全文
posted @ 2022-07-20 11:59 羽鱼 阅读(82) 评论(0) 推荐(0) 编辑
摘要:Vue.js - 渐进式 JavaScript 框架 | Vue.js (vuejs.org) 阅读全文
posted @ 2022-07-18 10:56 羽鱼 阅读(42) 评论(0) 推荐(0) 编辑
摘要:使用Vue 3.0做JSX(TSX)风格的组件开发 - 知乎 (zhihu.com) 阅读全文
posted @ 2022-07-18 10:35 羽鱼 阅读(74) 评论(0) 推荐(0) 编辑
摘要:vue.draggable.next 中文文档 - itxst.com 阅读全文
posted @ 2022-07-15 14:59 羽鱼 阅读(219) 评论(0) 推荐(0) 编辑
摘要:检查axios.interceptors.request.use拦截是否return config 阅读全文
posted @ 2022-06-25 23:15 羽鱼 阅读(928) 评论(0) 推荐(0) 编辑
摘要:不要在permission.js文件里 import {useMainStore} from "@/store/main";后直接const storeMain = useMainStore() 要在beforeEach 再去执行不然由于 permission.js加载的时候就会执行useMainS 阅读全文
posted @ 2022-06-25 22:21 羽鱼 阅读(2480) 评论(0) 推荐(0) 编辑
摘要:getBoundingClientRect() 获得页面中某个元素的左,上,右和下分别相对浏览器视窗的位置,不包含文档卷起的部分。 阅读全文
posted @ 2022-05-24 23:13 羽鱼 阅读(118) 评论(0) 推荐(0) 编辑
摘要:解决方法是在tsconfig.json中修改strict属性为false "compilerOptions": { "strict":false } 阅读全文
posted @ 2022-04-12 14:15 羽鱼 阅读(1258) 评论(0) 推荐(1) 编辑
摘要:app._context.components.ElConfigProvider["props"].size.default ="small" 如果出现"元素隐式具有 “any“ 类型,因为类型为 “any“ 的表达式不能用于索引类型"错误 在的tsconfig.json中设置"suppressIm 阅读全文
posted @ 2022-04-09 18:01 羽鱼 阅读(1122) 评论(0) 推荐(0) 编辑
摘要:/deep/ .el-input__inner{ }/deep/在vue 3.0会报错 可采用::v-deep ::v-deep .el-input__inner{ padding:0 10px; } 阅读全文
posted @ 2022-04-05 20:16 羽鱼 阅读(349) 评论(0) 推荐(0) 编辑
摘要:import { defineAsyncComponent } from 'vue' defineAsyncComponent(()=>import("@/***.vue")) 阅读全文
posted @ 2022-03-27 23:26 羽鱼 阅读(666) 评论(0) 推荐(0) 编辑
摘要://main.tsapp._context.components.ElDialog["props"].closeOnClickModal.default = false 阅读全文
posted @ 2022-03-13 21:12 羽鱼 阅读(2065) 评论(0) 推荐(0) 编辑