0.1.12 • Published 6 years ago
@php4world/layer v0.1.12
Vue Layer
Vue Layer 是以 layer.js 为参照(主要是样式),使用 Vue 实现了和 layer.js 相同配置参数的Web弹层组件。
使用方式
yarn
yarn add @php4world/layernpm
npm i @php4world/layer引入插件
// main.js
import Layer from '@php4world/layer';
Vue.use(Layer);