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

Commit 4488de7

Browse files
Coreusatmorehouse
authored andcommitted
chore(docs): fix type in progress example (#3895)
1 parent 6b56a10 commit 4488de7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/progress/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<b-progress-bar :value="value * (1.5 / 10)" variant="danger"></b-progress-bar>
1414
</b-progress>
1515

16-
<b-button class="mt-3" @click="rendomValue">Click me</b-button>
16+
<b-button class="mt-3" @click="randomValue">Click me</b-button>
1717
</div>
1818
</template>
1919

@@ -26,7 +26,7 @@
2626
}
2727
},
2828
methods: {
29-
rendomValue() {
29+
randomValue() {
3030
this.value = Math.random() * this.max
3131
}
3232
}

0 commit comments

Comments
 (0)