vue element ui Select自定义样式
<el-select v-model="value" placeholder="请选择">
<el-option
v-for="item...
3年前 (2022-06-11)
喜欢
<div class="material">
<el-checkbox-group v-model="checkList">
<el-checkbox labe...
3年前 (2022-06-11)
喜欢
vue配置代码
import { createRouter, createWebHistory } from 'vue-router'
const router = createRouter({
history: createWebHistory(),
rout...
3年前 (2022-06-11)
喜欢
2022年06月11日
现有插件无法正常在微信小程序内签名,改为其他插件uniapp微信小程序canvse签名
参考地址 signature-pad-wx非常感谢
修改后地址 signature-pad-wx-master_uni
<template>
<v...
3年前 (2022-06-11)
喜欢
代码改自用户签名签字组件-兼容H5、小程序、APP、可导出SVG
用户签名签字组件-兼容H5、小程序、APP、可导出SVG
代码
<template>
<view class="canvas-container">
<u-...
3年前 (2022-06-11)
喜欢
/**
* @Author: 858834013@qq.com
* @Name: tuceng
* @Date: 2022-06-10
* @Desc:
*/
<template>
<div class="tuceng wow fadeInLe...
3年前 (2022-06-10)
喜欢
-webkit-user-select: none;
...
3年前 (2022-06-09)
喜欢
css 实现禁止图片拖动
img {
-webkit-user-drag: none;
}
...
3年前 (2022-06-09)
喜欢
安装依赖
npm install @wcjiang/notify --save
使用
import mp3s from './assets/mp3/msg.mp3'
import Notify from '@wcjiang/notify'
const notify = new...
3年前 (2022-06-09)
喜欢
运行实例
使用
<range @getdata="getStatus"></range>
getStatus (e) {
this.status = e
},
代码
/**
* @Author: 85...
3年前 (2022-06-08)
喜欢