We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3613153 commit 5d4a481Copy full SHA for 5d4a481
src/views/instance/components/dialog/library.vue
@@ -48,7 +48,7 @@
48
<v-btn class="add-btn" block color="info" @click="showCSSInput++">添加外部样式</v-btn>
49
<span class="text-md lib-title">外部脚本</span>
50
<span class="text-xs text-describe">你所添加的外部脚本,将按照顺序在本地JavaScript执行之前依次执行,支持http和https协议链接</span>
51
- <v-autocomplete :items="jsLibList" flat dense solo hide-details background-color="info" label="查找外部样式..."
+ <v-autocomplete :items="jsLibList" flat dense solo hide-details background-color="info" label="查找外部脚本..."
52
return-object item-text="name" :menu-props="{ offsetY: true, closeOnContentClick: true}"
53
no-data-text="无匹配CDN">
54
<template v-slot:item="{ item }">
0 commit comments