vue 进度条 组件使用演示
vue项目中需要一个进度条占比效果,将实现方法记录下来,留待复用。
2023年03月31日遇到了复用的机会,不过感觉单调了一些,所以在之前的基础上增加了一个动画效果。vue 占比动画进度条实例效
更多进度条效果实例
vue 数据可视化大屏进度条效果...
yekong
3年前 (2021-12-25)
喜欢
安装依赖
npm i vue-to-pdf --save
main引入
import vueToPdf from 'vue-to-pdf';
Vue.use(vueToPdf);
html
<div id="exportPdf" ...
yekong
3年前 (2021-12-24)
喜欢
markerClick(e) {
console.log(e)
var MyComponent = Vue.extend({
template: `<div class="detailpop">
...
yekong
3年前 (2021-12-24) 0评论
喜欢
You are using the runtime-only build of Vue where the template compiler is not available. Either pre-compile the templates into render funct...
yekong
3年前 (2021-12-24) 0评论
喜欢
.popSearchBody {
::v-deep {
/* 设置树形最外层的背景颜色和字体颜色 */
.el-tree {
color: #fff;
background: transparent;
}
/* 设置三...
yekong
3年前 (2021-12-20)
喜欢
<template>
<div class="treelist scroll">
<div class="treelistitem" v-for="(item,index) in lis...
yekong
3年前 (2021-12-19)
喜欢
This dependency was not found:
* core-js/modules/es.regexp.dot-all.js in ./src/utils/index.js
To install it, you can run: npm install --sa...
yekong
3年前 (2021-12-14)
喜欢
getecharts3: function () {
window.addEventListener('resize', this.getecharts3)
var chartDom = docum...
yekong
3年前 (2021-12-08)
喜欢
更多进度条效果实例
vue 数据可视化大屏进度条效果实例
<template>
<div class="centerpr">
<div class="centerprs">
&l...
yekong
3年前 (2021-12-08)
喜欢
定义
<slot name="title"></slot>
使用
<div slot="title" class="downx">
</div>
使用
<temp...
yekong
3年前 (2021-12-08)
喜欢