🌐 AI搜索 & 代理 主页
Skip to content

Commit 3f3f543

Browse files
authored
Merge pull request lian-yue#357 from kinow/fix-typo-1
Fix typo in method name
2 parents 5e45f7f + 20d049f commit 3f3f543

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/views/examples/Full.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
</file-upload>
108108
<div class="dropdown-menu">
109109
<label class="dropdown-item" :for="name">Add files</label>
110-
<a class="dropdown-item" href="#" @click="onAddFolader">Add folder</a>
110+
<a class="dropdown-item" href="#" @click="onAddFolder">Add folder</a>
111111
<a class="dropdown-item" href="#" @click.prevent="addData.show = true">Add data</a>
112112
</div>
113113
</div>
@@ -604,8 +604,8 @@ export default {
604604
this.editFile.show = false
605605
},
606606
607-
// add folader
608-
onAddFolader() {
607+
// add folder
608+
onAddFolder() {
609609
if (!this.$refs.upload.features.directory) {
610610
this.alert('Your browser does not support')
611611
return

0 commit comments

Comments
 (0)