添加网址导航,首次打开页面,图标没有默认图
This commit is contained in:
parent
8efdd59010
commit
c8be06730d
|
@ -187,7 +187,13 @@ export default defineComponent(() => {
|
||||||
placeholder="搜索想要添加的网址导航"
|
placeholder="搜索想要添加的网址导航"
|
||||||
class="w-0 flex-grow"
|
class="w-0 flex-grow"
|
||||||
/>
|
/>
|
||||||
<Button>获取地址</Button>
|
<Button
|
||||||
|
onClick={() => {
|
||||||
|
debounced.value = debounced.value + ' '
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
获取地址
|
||||||
|
</Button>
|
||||||
</InputGroup>
|
</InputGroup>
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
<Form.Item label="名称">
|
<Form.Item label="名称">
|
||||||
|
|
|
@ -13,7 +13,7 @@ export default function useLink(url: Ref<string>) {
|
||||||
const info = reactive<LinkInfo>({
|
const info = reactive<LinkInfo>({
|
||||||
background: '',
|
background: '',
|
||||||
desc: '',
|
desc: '',
|
||||||
icon: '',
|
icon: 'https://oss.goosetab.com/000/user_upload/1/resource/120be9d6-1c68-41ba-b539-570c39ce2421.png',
|
||||||
link: '',
|
link: '',
|
||||||
name: ''
|
name: ''
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue