mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
docs(Steps): fix typo of basic usage (#8512)
* fix: typo of "Steps" docs * fix: typo of "Steps" docs
This commit is contained in:
parent
fd25328e5c
commit
11e641c88e
@ -34,7 +34,7 @@ app.use(Steps);
|
||||
import { ref } from 'vue';
|
||||
|
||||
export default {
|
||||
steup() {
|
||||
setup() {
|
||||
const active = ref(1);
|
||||
return { active };
|
||||
},
|
||||
|
@ -36,7 +36,7 @@ app.use(Steps);
|
||||
import { ref } from 'vue';
|
||||
|
||||
export default {
|
||||
steup() {
|
||||
setup() {
|
||||
const active = ref(1);
|
||||
return { active };
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user