perf: 优化 iframe 组件

This commit is contained in:
奔跑的面条 2022-10-29 19:10:47 +08:00
parent 455f3ff09a
commit ae8fcd640b
2 changed files with 2 additions and 2 deletions

View File

@ -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
}

View File

@ -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>