最近在写一个小项目,每增加一个组件,就增加一个对应的路由页面,这样就会有很多不必要的工作量,比如每增加一个组件,就需要相应的增加一个对应的页面,和一个对应的路由,这样会增加很多不必要的工作量,有没有办法只需要增加组件就可以了,页面根据路由参数自动渲染指定的组件。
路由配置
{
...
yekong
3年前 (2021-12-31)
喜欢
插件地址
安装
yarn add pikaz-vue-auto-router
npm i -S pikaz-vue-auto-router
配置
import Vue from 'vue'
import VueRouter from 'vue-rout...
yekong
3年前 (2021-12-31)
喜欢
通过使用element ui 实现的自定义进度条效果实例
更多进度条效果实例
vue 数据可视化大屏进度条效果实例
item
<template>
<div class="paimingitems">
<div cl...
yekong
3年前 (2021-12-28)
喜欢
安装依赖
npm i vue-count-to --save
二次封装
<template>
<countTo :startVal='startVal' :endVal='num' :duration='3000'></countTo>
...
yekong
3年前 (2021-12-26)
喜欢
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)
喜欢