mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 01:54:48 +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';
|
import { ref } from 'vue';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
steup() {
|
setup() {
|
||||||
const active = ref(1);
|
const active = ref(1);
|
||||||
return { active };
|
return { active };
|
||||||
},
|
},
|
||||||
|
@@ -36,7 +36,7 @@ app.use(Steps);
|
|||||||
import { ref } from 'vue';
|
import { ref } from 'vue';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
steup() {
|
setup() {
|
||||||
const active = ref(1);
|
const active = ref(1);
|
||||||
return { active };
|
return { active };
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user