Commit 7a48bcbc authored by 黄奎's avatar 黄奎

1

parent 4d6ae1ce
......@@ -213,6 +213,11 @@
<el-button @click="isShowLink=true">选择链接</el-button>
</template>
</el-input>
<template v-if="data.link&&data.link.url">
<el-input size="small" class="link-page" v-model="data.link.url">
<template slot="prepend">链接地址</template>
</el-input>
</template>
</el-form-item>
<el-form-item v-if="data.style == '1'" label="图标开关">
<el-switch v-model="data.picSwitch"></el-switch>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment