前端
未读
uniapp使用页面通讯$on、$emit进行数据传参,页面DOM不刷新问题
uniapp使用页面通讯$on、$emit进行数据传参,页面DOM不刷新问题 A页面传递 setTimeout(() => {
uni.$emit('updateAddress', addressInfo);
}, 500);
uni.navigateBack({
delta: 1
}) B页面
前端
未读
uni-app中实现列表滑动分页加载功能
uni-app中实现列表滑动分页加载功能 1、代码实现,使用Scroll-View <template>
<view class="allheaders">
//使用scroll-view包裹列表
<scroll-view v-if="atentionList.length >
前端
未读
在UniApp中使用mui-player插件播放M3U8/FLV视频流
uniapp 使用 mui-player 插件播放 m3u8/flv 视频流 在UniApp中使用mui-player插件播方M3U8/FLV视频流,可以按照以下步骤进行操作: 1. 安装mui-player插件 npm install mui-player --save
2. 在需要使用播放器的
前端
未读
Vue3使用element-plus的el-table组件报错关键字‘emitsOptions‘和‘insertBefore‘
Vue3使用element-plus的el-table组件报错关键字‘emitsOptions‘和‘insertBefore‘ 最近用vue3在做一个项目的时候,使用了element-plus中的组件el-table,在本地运行的时候一点错误也没有,但是打包后放到线上环境就开始报错。TypeErro
前端
未读
elementplus 提交表单报formEl.validate is not a function
elementplus 提交表单报formEl.validate is not a function <el-form> 元素上没有使用 ref 绑定啊,自然就没有表单实例了 官方示例如下 <template>
<el-form
ref="ruleFormRef"
:model=