
简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><title>Document</title><script src="FileSaver.js"></script></head><bo...
websocket推送音频文件流,前端播放及下载
<el-input v-model="val" placeholder="请输入金额" oninput="value=value.replace(/[^\d.]/g,'').replace(/\.{2,}/g, '.').replace(/^(\d+)\.(\d\d).*$/, '$1.$2')"></el-input>
package.json 配置
<el-cascaderv-model="value":options="options"ref="cascader"</div>// 清空级联选择器选中状态this.$refs.cascader.$refs.panel.clearCheckedNodes()// 清除高亮this.$refs.cascader.$refs.panel.activePath = []
index.vueimport { jsmethod } from 'test.js'methods: {qwe(){},asd(){jsmethod(this.qwe)}}test.jsexport function jsmethod(qwe){if (qwe) {qwe();}}
<!DOCTYPE html><html><head><meta charset="UTF-8"><title>Document</title><script src="https://cdn.jsdelivr.net/npm/vue"></script><script src="https://
html<div class="item" v-for="(item, index) in divList" :key="index" draggable="true"@dragstart="handleDragStart($event, item)"@dragenter="handleDragEnter($event, item)"@dragover.prevent=...
html<template><div class="app-container dashboard"><!-- 新增按钮和弹框 开始 --><el-popover placement="left" width="30%" trigger="click" class="btn-add"><el-coll...
1.把js文件放入静态文件文件夹(static)下;2.修改build>webpack.base.conf.js文件在resolve.alias添加需要的js文件3.在需要的页面引入







