mirror of
https://gitee.com/dromara/go-view.git
synced 2025-02-24 08:12:49 +08:00
perf: 优化 iframe 组件
This commit is contained in:
parent
455f3ff09a
commit
ae8fcd640b
@ -6,7 +6,7 @@ import cloneDeep from 'lodash/cloneDeep'
|
||||
|
||||
export const option = {
|
||||
// 网站路径
|
||||
dataset: "http://www.mtruning.club:81/",
|
||||
dataset: "https://cn.vuejs.org/",
|
||||
// 圆角
|
||||
borderRadius: 10
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<collapse-item name="属性" :expanded="true">
|
||||
<setting-item-box name="路径" :alone="true">
|
||||
<setting-item>
|
||||
<setting-item name="请填写 https 协议的网址">
|
||||
<n-input v-model:value="optionData.dataset" size="small"></n-input>
|
||||
</setting-item>
|
||||
</setting-item-box>
|
||||
|
Loading…
Reference in New Issue
Block a user