Skip to content

Commit 5d4a481

Browse files
committed
更新描述
1 parent 3613153 commit 5d4a481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/instance/components/dialog/library.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<v-btn class="add-btn" block color="info" @click="showCSSInput++">添加外部样式</v-btn>
4949
<span class="text-md lib-title">外部脚本</span>
5050
<span class="text-xs text-describe">你所添加的外部脚本,将按照顺序在本地JavaScript执行之前依次执行,支持http和https协议链接</span>
51-
<v-autocomplete :items="jsLibList" flat dense solo hide-details background-color="info" label="查找外部样式..."
51+
<v-autocomplete :items="jsLibList" flat dense solo hide-details background-color="info" label="查找外部脚本..."
5252
return-object item-text="name" :menu-props="{ offsetY: true, closeOnContentClick: true}"
5353
no-data-text="无匹配CDN">
5454
<template v-slot:item="{ item }">

0 commit comments

Comments
 (0)