文档地址
文档地址
中文文档地址
安装依赖
npm install v-viewer --save
main.js 引入
//预览图片
import Viewer from 'v-viewer'
import 'viewerjs/dist/viewer.css'
Vue.use...
yekong
3年前 (2022-06-20)
喜欢
vue2 数据可视化大屏 项目开发时,经常会遇到table效果,但是限于页面大小,table的数据并不能完全的显示出来,这就需要让table滚动起来。当前是使用的vue2如果是vue3项目中开发的话,可以用:vue3 table结合vue3-seamless-scroll实现滚动...
yekong
3年前 (2022-06-15)
喜欢
<div class="userInfos">
<el-dropdown trigger="click">
<div class="userInfo"&...
yekong
3年前 (2022-06-15)
喜欢
纵向滚动条
.is-scrolling-none::-webkit-scrollbar {
width: 6px;
height: 200px;
}
/*滚动条滑块*/
.is-scrolling-none::-webkit-scrollbar-thumb {
/...
yekong
3年前 (2022-06-15)
喜欢
代码
/**
* @Author: 858834013@qq.com
* @Name: popWin
* @Date: 2022-06-10
* @Desc:
*/
<template>
<div>
<el-dialog
...
yekong
3年前 (2022-06-13)
喜欢
vue element ui Select自定义样式
<el-select v-model="value" placeholder="请选择">
<el-option
v-for="item...
yekong
3年前 (2022-06-11)
喜欢
<div class="material">
<el-checkbox-group v-model="checkList">
<el-checkbox labe...
yekong
3年前 (2022-06-11)
喜欢
vue配置代码
import { createRouter, createWebHistory } from 'vue-router'
const router = createRouter({
history: createWebHistory(),
rout...
yekong
3年前 (2022-06-11)
喜欢
/**
* @Author: 858834013@qq.com
* @Name: tuceng
* @Date: 2022-06-10
* @Desc:
*/
<template>
<div class="tuceng wow fadeInLe...
yekong
3年前 (2022-06-10)
喜欢
安装依赖
npm install @wcjiang/notify --save
使用
import mp3s from './assets/mp3/msg.mp3'
import Notify from '@wcjiang/notify'
const notify = new...
yekong
3年前 (2022-06-09)
喜欢