效果图
使用插件
npm i better-scroll --save
better-scroll使用文档
代码
<template>
<div class="tabsbody">
<div class="...
yekong
3年前 (2022-04-13)
喜欢
vue项目开发遇到需要部分页面要缓存起来,返回时,需要保持上一个页面跳转前的状态。
路由配置
import Vue from 'vue'
import Router from 'vue-router'
Vue.use(Router)
const router = new Ro...
yekong
3年前 (2022-04-12)
喜欢
import icons from "@/components/icons";
<icons :type="item.contentType" :is-active="active==index"><...
yekong
3年前 (2022-04-12)
喜欢
vue开发 实现 ppt 在线预览 iframe
/**
* @Author: 858834013@qq.com
* @Name: pptView
* @Date: 2022-04-11
* @Desc:
*/
<template>
<div class=...
yekong
3年前 (2022-04-11)
喜欢
vue开发 实现pdf预览iframe形式
/**
* @Author: 858834013@qq.com
* @Name: pdf
* @Date: 2022-04-11
* @Desc:
*/
<template>
<div class="...
yekong
3年前 (2022-04-11)
喜欢
安装依赖
npm i vue-pdf --save
使用文档
使用文档
实现代码
/**
* @Author: 858834013@qq.com
* @Name: pdf
* @Date: 2022-04-11
* @Desc:
*/
<template>
&...
yekong
3年前 (2022-04-11)
喜欢
组件代码
<template>
<div class="tabs">
<div class="tab cur" :class="{active:active==index}" @cl...
yekong
3年前 (2022-04-08)
喜欢
dialog弹窗追加一个class用以单独控制某个dialog的宽度和样式。
通过custom-class追加class
custom-class
<el-dialog
title=" "
append-to-body
...
yekong
3年前 (2022-04-08)
喜欢
vue获取路由参数方法 query
query
获取id this.$route.query
this.$route.query.id
...
yekong
3年前 (2022-04-06)
喜欢
只需要在package.json内对license添加“ISC”值即可
"license": "ISC",
...
yekong
3年前 (2022-04-04)
喜欢