Skip to content

Commit 947615b

Browse files
committed
readme
1 parent cbdfd38 commit 947615b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ is euqal to
407407
import { defineComponent } from 'vue';
408408
defineComponent({
409409
extends: {//This is Comp2 includes Comp2Sup
410-
extends: {//This is Comp2 includes Comp3Sup
410+
extends: {//This is Comp3 includes Comp3Sup
411411
methods: {
412412
method1Sup() {
413413
return 'method1Sup value'

0 commit comments

Comments
 (0)