Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 332 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 332 Bytes

vue-layer-mobile.js

import layer from 'vue-layer-mobile.js';
import 'vue-layer-mobile.js/need/layer.css';
Vue.prototype.$layer = layer;


this.$layer.open({
    content: '移动版和PC版不能同时存在同一页面'
    ,btn: '我知道了'
});

版权归原作者所有