vue移動端彈框元件

2022-07-02 06:33:16 字數 1074 閱讀 2759

this.$refs.toast.showtoast('提示文案')

一、npm 安裝

//當前最新版本 1.2.0

npm install vue-layer-mobile

//如新版遇到問題可回退舊版本

npm install [email protected]

二、調整配置:因為這個元件中有woff,ttf,eto,svg型別檔案,所以要配置一些loader,   

三、引入和使用

import 'vue-layer-mobile/need/layer.css'

import layer from 'vue-layer-mobile'

vue.use(layer)

四、具體使用介紹:——這個元件一共有6個方法,並不是完全仿layer-mobile,一些簡單的彈框還是很好用的。

//

toast: 文字和圖示:

testlayertoast())

},//

loading:

testlayerloading1(),

3000

);},

//dialog:

testlayerdialog())

//如果有btn

.then(function (res))

},//

footer:

testlayerfooter())

//如果有btn

.then(function (res))

},//

open

testlayeropen())

},//

close

testlayerclose(),

3000

);}

以下幾種展示效果:

vue 全域性彈框元件實現1

想實現乙個全域性的彈窗元件notice,以外掛程式的形式使用,先來分析一波 首先得有乙個notice的元件配置,也就是notice.vue檔案。想把notice這個元件掛載到body下,可以用render函式實現。全域性引用,就可以使用啦!import vue from vue const crea...

vue封裝乙個彈框元件

這是乙個提示框和對話方塊,例 取消 div div class kz btn click took 確定 div div div div template script export default took function script style scoped kz cont kz cont ...

vuejs webapp框架 vue移動端框架搭建

vue移動端框架搭建 一 安裝各種包 s表示專案需要,d表示開發需要 1.安裝node.js 安裝git 使用git bash命令工具 2.安裝cnpm cnpm的速度比npm快 npm install g cnpm registry 3.安裝腳手架 cnpm install vue cli g 4...