vue vue-draggable不能上下拖拽
<draggable v-model="imageList" :options='options' filter=".undraggable" @update="dataragEnd" @change="change" @start="start" @end="end">…
iconfont引入到uniapp中,部分图标变成了跟原本毫无关系的图标?
iconfont引入到uniapp中,部分图标变成了跟原本毫无关系的图标?尝试过使用 Unicode 方式引入,修改过图标的 class,问题依然存在相关代码<uni-grid…
uniapp 小程序编译基操碰到的问题
小程序,报错<view class="v-else"> <view class="cart-item" v-for="(item, index1) in cartList" :key="item.id"> //下面两个只要传item就…
uni中页面跳转在返回,遇到的问题
//页面A //第一次进入的时候回直接跳转B onShow() { uni.navigateTo({ url: '/pages/home/lanuchPage', //跳转到页面B }) }//页面B //需求是,进来之…
uni嵌入的webview,怎么调用uni的api
我嵌入的是html页面<script type="text/javascript" src="//js.cdn.aliyun.dcloud.net.cn/dev/uni-app/uni.webview.0.1.52.js"></script> <…
uniapp中,html页面怎么调用uni中挂载的方法
uni中一个用plus.webview打开的的html页面,html可以调用main中挂载的vue方法吗的方法?var w = plus.webview.open( 'hybrid/html/index.html, 'launc…
uni :class不支持xxx语法
<view class="segment-content" :class="content_type()"> 报错: class不支持content_type语法…