自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

原创 vue3 Component inside <Transition> renders non-element root node that cannot be animated.

vue3模板中等于使用了vue3的特性 <transition>节点内不能有两个节点,<transition> 加上<div> 包裹住

2024-03-07 15:37:44 184

原创 Vue+Mock.js+Echarts模拟数据

1.引入mock 和 axios # 在项目中安装mock.js npm install mockjs #在项目中安装axios npm install axios --save2.在项目中新建mock文件夹里再建 index.js 和 mock.js 文件3.在mock.js中自定义模拟数据4.44//引入mock.jsimport Mock from 'mockjs'//随机生成数据const Random = Mock.Random;// 创建

2022-03-18 15:52:01 1465

原创 vue 表单添加一列序号

template内写:<el-table-column label="序号" prop="" width="100" align="center"> <template slot-scope="scope"> <span v-text="getIndex(scope.$index)"> </span> </template></el-table-column>methods内写: ...

2021-09-26 14:58:11 989

原创 vue 省市级联动

1.npm引入:npm install v-distpicker2.man.js引入://引入 省市区三级联动import Distpicker from 'v-distpicker'3.代码里应用:

2021-07-08 10:31:28 307

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除