vue
uuai
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
vxe-grid@v2切换插槽事件问题
vuegrid动态表格菜单切换,操作栏事件问题处理原创 2025-06-12 09:35:35 · 504 阅读 · 0 评论 -
vue中实现css布局(flex)
奇数行从左到右,偶数行从右到左实现s型结构原创 2024-10-22 23:02:55 · 835 阅读 · 0 评论 -
AntV使用(Table表格组件 )
table表格设置固定表头,x的用法原创 2022-11-09 14:16:18 · 1225 阅读 · 0 评论 -
echarts(pie)饼图
echarts(pie)饼图 的api参考原创 2022-09-22 16:51:23 · 776 阅读 · 0 评论 -
echarts(sankey)桑基图
echarts(sankey)桑基图 api使用原创 2022-09-22 14:48:50 · 2423 阅读 · 0 评论 -
antdv(a-tree) 点击展开收起功能
a-tree设置一键收缩打开功能原创 2022-08-17 13:14:40 · 1609 阅读 · 0 评论 -
vue3路由匹配和使用elementPlus路由跳转
使用el-menu路由不调转 <el-menu active-text-color="#ffd04b" background-color="#545c64" text-color="#fff" class="el-menu-verticaldemo layout-menu" :collapse="isCollapse"原创 2022-05-20 23:13:06 · 2538 阅读 · 1 评论 -
vue+axios+element 图片上传
vue+axios+element 图片上传默认使用element的el-uploadaction传入上传图片的的后台路径,data传入所需的额外参数<template> <el-upload class="upload-demo" drag :action="uploadUrl" ...原创 2020-04-03 14:43:26 · 1396 阅读 · 0 评论 -
vue-router
npm安装npm install vue-router项目中使用(配置路由)import Vue from 'vue'import vueRouter from 'vue-router' //1.(加载路由)import App from './App'//路由import Home from './components/Home'Vue.use(vueRouter) ...原创 2018-10-17 19:04:23 · 202 阅读 · 0 评论 -
jq && vue 引入外部模板文件
1.通过jq的load引入文件index,abou文件内容相同,无跳转刷新页面<!DOCTYPE html><html lang="zh"><head> <meta charset="UTF-8"> <title>index</title> <link href="https://c...转载 2019-06-04 23:30:45 · 1889 阅读 · 0 评论 -
vue多选
<ul class="offer-wrap"> <li class="paymentOffer-list" v-for="(item,index) in paymentOffer" :class="paymentChecked(item.id)?'checked':''" @click="bindP...原创 2019-06-01 10:28:05 · 801 阅读 · 0 评论 -
vue 商品选择规格
<!doctype html><html lang="zh"><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.转载 2019-01-02 18:04:21 · 7787 阅读 · 1 评论 -
使用vant的密码输入框,数字键盘
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial转载 2019-01-02 17:23:01 · 11177 阅读 · 3 评论 -
vue商品分类,实现购物车功能
new Vue({ el: "#app", data: { cIndex: 0, lists: [ { title: "推荐商品", goods: [ { id: 0, ...原创 2018-10-16 17:42:14 · 4606 阅读 · 0 评论
分享