升级 layer 1.1.1 与 icons-vue 1.0.1
This commit is contained in:
@@ -33,7 +33,7 @@ export default {
|
||||
return {
|
||||
loading0,
|
||||
loading1,
|
||||
loading2
|
||||
loading2,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
<template>
|
||||
<lay-button @click="changeVisible1" type="primary">基础使用</lay-button>
|
||||
<lay-modal title="基础使用" v-model="visible1">
|
||||
这是一个基础弹窗
|
||||
</lay-modal>
|
||||
</template>
|
||||
|
||||
@@ -39,7 +38,6 @@ export default {
|
||||
<template>
|
||||
<lay-button @click="changeVisible2" type="primary">允许拖动</lay-button>
|
||||
<lay-modal title="允许拖动" v-model="visible2">
|
||||
这是一个可以拖拽的弹窗
|
||||
</lay-modal>
|
||||
</template>
|
||||
|
||||
@@ -72,7 +70,6 @@ export default {
|
||||
<template>
|
||||
<lay-button @click="changeVisible3" type="primary">放大缩小</lay-button>
|
||||
<lay-modal title="放大缩小" v-model="visible3" move="true" maxmin="true">
|
||||
该弹窗支持放大缩小
|
||||
</lay-modal>
|
||||
</template>
|
||||
|
||||
@@ -105,7 +102,6 @@ export default {
|
||||
<template>
|
||||
<lay-button @click="changeVisible4" type="primary">指定位置</lay-button>
|
||||
<lay-modal title="指定位置" v-model="visible4" move="true" :offset="['100px','100px']">
|
||||
指定弹窗显示的默认位置
|
||||
</lay-modal>
|
||||
</template>
|
||||
|
||||
@@ -171,7 +167,6 @@ export default {
|
||||
<template>
|
||||
<lay-button @click="changeVisible6" type="primary">定义操作</lay-button>
|
||||
<lay-modal title="定义操作" v-model="visible6" move="true" :btn="btn6">
|
||||
定义一组弹窗操作按钮
|
||||
</lay-modal>
|
||||
</template>
|
||||
|
||||
@@ -208,8 +203,7 @@ export default {
|
||||
|
||||
<template>
|
||||
<lay-button @click="changeVisible7" type="primary">开启遮盖</lay-button>
|
||||
<lay-modal title="开启遮盖" move="true" shade="false" v-model="visible7">
|
||||
允许点击遮盖层关闭弹窗
|
||||
<lay-modal title="开启遮盖" move="true" shade="false" v-model="visible7">
|
||||
</lay-modal>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user