mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 18:14:13 +00:00
docs(Steps): fix typo of basic usage (#8512)
* fix: typo of "Steps" docs * fix: typo of "Steps" docs
This commit is contained in:
@@ -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 };
|
||||
},
|
||||
|
Reference in New Issue
Block a user