<template> </template> importVuefrom"vue"; import{Notify}from"vant"; letscan=null; lets...
IP属地:山东
<template> </template> importVuefrom"vue"; import{Notify}from"vant"; letscan=null; lets...
this.$nextTick(()=>{ letimg=this.$refs.img, naturalwidth=null, screenwidth=docu...
前提准备 安装:npm i better-scroll --S 接下来直接放代码: <template> <divid="left" ref="left"> <divclas...
letzlib=require("pako"); //引入 //压缩方法 用来将大数据压缩后在传给后端 Vue.prototype.zip=function(str){ //...
使用方法: 在main.js中
在5+app的index.html页通过链接访问自己的vue项目,从而实现打包时,只有一个链接,在更新代码时,只需要更新一次代码,即可实现在浏览器,安卓,ios同时实现更新。...
最近做项目的时候,有这么一个需求,在A页面跳转到B页面进行填写增加数据,并在返回A页面的时候要暂时回显到A页面,直至保存起来。 一开始做项目时,仅仅只是传递几个变量,所以只是...