logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

表情包组件 封装使用(vue 3)

表情文件const appData = [{"codes": "1F600","char": "????","name": "grinning face"},{"codes": "1F603","char": "????","name": "grinning face with big eyes"},{"codes": "1F6

vue H5页面调用手机相机拍照/图库上传

//ES5的写法function Person1(name, age) {//实例属性this.name = name;this.age = age;)/原型属性Person1.prototype.publicCount = 1;//原型函数Person1.prototype.getName=function ) {return this.name;);const p1 = new Person1

#javascript
vue3 右键菜单 vue3-contextmenu

由 Vue3 和 Typescript 编写的 Contextmenu 右键菜单组件。安装npm i -S v-contextmenu@next全局使用 main.jsimport contextmenu from "v-contextmenu";import "v-contextmenu/dist/themes/default.css";Vue.use(contextmenu);按需注册impo

vue使用 weixin-js-sdk

1.npm i weixin-js-sdk2.importwxfrom"weixin-js-sdk";3.mounted(){constu=navigator.userAgent,app=navigator.appVersion;this.isIos=!!u.match(/\(i[^;]+;(U;)?CPU.+MacOSX/);this.getWxConfig();},4. methods:...

到底了