vue3
文章平均质量分 53
想不到耶
此人不懒o(* ̄▽ ̄*)o
展开
-
element-plus el-table表格默认选中某一行
el-table表格默认选中某一行原创 2024-03-18 17:53:18 · 3705 阅读 · 0 评论 -
vue3 reactive丢失响应式
使用 reactive 构造响应式对象时,当对其进行重新赋值后,会导致原有变量失去响应式,页面不会渲染。原创 2024-03-18 14:57:44 · 1277 阅读 · 0 评论 -
nuxt3问题记录
Nuxt伪静态;安装nuxt3报错 Failed to download template from registry: fetch failed;使用document或window;nuxt3引入swiper并使用;使用百度地图;No match found for location with path "xxx";Component is missing template or render function;加载loading动画原创 2023-11-09 11:07:48 · 3306 阅读 · 3 评论 -
vben-admin install报错、icon用法
pnpm install是报错,icon使用原创 2023-09-21 09:56:06 · 184 阅读 · 0 评论 -
elementPlus 按需引入时设置日期选择器 el-date-picker 用中文显示
elementPlus设置日期选择器 el-date-picker 用中文显示原创 2023-02-06 15:52:27 · 1531 阅读 · 0 评论 -
el-table 单元格同时合并行和列span-method,表头合并header-cell-style
el-table 存在单元格是既合并行又合并列的,使用span-method方法;表头合并使用header-cell-style方法原创 2023-01-13 12:33:26 · 1541 阅读 · 0 评论 -
vue3 深度选择器 deep 写法,动态引入图片,使用时间格式化插件Moment.js
[@vue/compiler-sfc] ::v-deep usage as a combinator has been deprecated. Use :deep() instead.;动态引入图片;使用时间格式化插件Moment.js原创 2022-11-21 10:00:29 · 2206 阅读 · 0 评论 -
一级菜单需有滚动,二级菜单从隐藏的溢出中弹出
一级菜单需要有滚动功能,当鼠标放至一级菜单时,会弹出对应的二级菜单,出现问题:当一级菜单需要滚动效果时,一级菜单在水平方向上是溢出隐藏的,导致二级菜单无法弹出。原创 2022-10-28 18:18:41 · 820 阅读 · 0 评论 -
el-dialog 导致无法触发背后图层的鼠标事件的解决方法
el-dialog 出现时,属于最上层的图层,后面的图层会被它覆盖,导致触发不了后面图层的鼠标事件,解决方法:使用 pointer-events原创 2022-10-26 11:44:28 · 1683 阅读 · 2 评论 -
Vue3 父传子、使用 defineAsyncComponent 异步挂载组件、利用 is 动态引入组件
警告Vue received a Component which was made a reactive object. This can lead to unnecessary performance overhead, and should be avoided by marking the component with ...的解决方法原创 2022-10-13 10:17:27 · 2007 阅读 · 0 评论 -
npm install报错code ERR_SOCKET_TIMEOUT(proxy相关)
npm ERR! code ERR_SOCKET_TIMEOUTnpm ERR! network Socket timeoutnpm ERR! network This is a problem related to network connectivity.npm ERR! network In most cases you are behind a proxy or have bad network settings.npm ERR! network npm ERR! network If y原创 2022-08-04 14:50:22 · 14308 阅读 · 5 评论 -
从零开始搭建vue3+vite2项目
包含scss引入、elemen-plus完整/按需引入、vue-router、vuex、axios、跨域请求、i18n(国际化)、自适应、scss全局变量、自适应及自动添加前缀配置原创 2022-08-06 10:30:40 · 1819 阅读 · 0 评论 -
vue-admin-box第一步npm install时报错
npm ERR! code ERESOLVEnpm ERR! ERESOLVE unable to resolve dependency treenpm ERR! npm ERR! While resolving: init@0.0.0npm ERR! Found: vite@2.3.7npm ERR! node_modules/vitenpm ERR! dev vite@"2.3.7" from the root projectnpm ERR! npm ERR! Could not .原创 2022-04-23 22:44:09 · 3281 阅读 · 0 评论 -
【vue3】ref获取dom元素,element-plus方法的使用(以走马灯next、prev方法为例)
【vue3】ref获取dom元素,element-plus方法的使用(以走马灯next、prev方法为例)。功能:另外添加两个按钮,实现轮播图的上下张切换。如果 script 写成了defineComponent形式,记得一定要将carousel return,否则会报错.........原创 2022-07-28 14:50:34 · 2614 阅读 · 0 评论 -
vue3按需引入echarts及使用
npm install echarts --save如果要使用3d类型的需要引入 echarts-glnpm install echarts-gl --save原创 2022-08-06 22:49:38 · 2455 阅读 · 0 评论 -
【vue3】拉动分割线切换左右两张图片
需求:两张图片重叠,中间有一条线作为分界线,拉动线可以分别显示左右图片原创 2022-08-24 14:38:33 · 1285 阅读 · 3 评论 -
vue3+vite 使用 postcss-pxtorem、autoprefixer 实现自适应和自动添加前缀
分别利用postcss-pxtorem、autoprefixer实现自适应和自动添加前缀原创 2022-07-18 17:29:10 · 7631 阅读 · 3 评论 -
Vue3国际化(vue-i18n简繁体及英文切换)及报错 Uncaught SyntaxError: Not available in legacy mode 解决方法
vue3国际化(i18n简繁体及英文切换),若插件报错:Uncaught SyntaxError: Not available in legacy mode的解决方法原创 2022-06-30 15:15:02 · 3224 阅读 · 3 评论