unknown mutation type: programManagementx
今天项目添加了store,结果一直提示
unknown mutation type: programManagementx
排查来排查去,发现store已经存在了,自己又添加了一个文件,但是这个...
yekong
3年前 (2022-05-12)
喜欢
import _ from 'lodash'
watch: {
item: {
handler (newVal) {
console.log(newVal)
this.getdata2()
},
de...
yekong
3年前 (2022-05-12)
喜欢
要求:video在没有播放视频的时候,视频中间要显示播放按钮,播放时,隐藏播放按钮。
<div class="videoBox" v-if="data.contentType==2">
&l...
yekong
3年前 (2022-05-12)
喜欢
vue 全屏和退出全屏功能,每次都要手写感觉好麻烦,干脆封装成一个组件,以后可以复用。vue实现网页进入全屏和退出全屏
如果传值id,则指定id全屏,如果没传,则是页面全屏。
<template>
<div class="full" @c...
yekong
3年前 (2022-05-11)
喜欢
代码
/**
* @Author: 858834013@qq.com
* @Name: businessScope
* @Date: 2022-05-9
* @Desc: select同步复选
*/
<template>
<div>
<...
yekong
3年前 (2022-05-09)
喜欢
html
<el-upload action="#" accept=".txt" :on-change="handleChangeUpload" :auto-upload="false...
yekong
3年前 (2022-05-07)
喜欢
弹窗动画
vue transition 结合 animate.css 实现动画过渡
背景模糊
css模糊效果 毛玻璃效果
代码
/**
* @Author: 858834013@qq.com
* @Name: popWin
* @Date: 2022-05-06
* @Desc...
yekong
3年前 (2022-05-06)
喜欢
el-select
/**
* xixixunplayer Type
* @description 节目类型选择
* @tutorial https://www.wanjunshijie.com/note/vue/3000.html
*
* @property {String} ...
yekong
3年前 (2022-05-06)
喜欢
this.$confirm('此操作将永久删除该文件, 是否继续?', '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning'
...
yekong
3年前 (2022-05-06)
喜欢
vue element ui 账号列表模板,记录一下,方便后期复用。
/**
* @Author: 858834013@qq.com
* @Name: childAccountManagement
* @Date: 2022-05-04
* @Desc: 子账号列表
*/
&l...
yekong
3年前 (2022-05-04)
喜欢