Skip to content

Commit 6e56bdd

Browse files
committed
docs
1 parent b6b9f98 commit 6e56bdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/inheritance/component/code-example.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
import { Component, Vue } from 'vue-facing-decorator'
2+
import { Component, ComponentBase, Vue } from 'vue-facing-decorator'
33

44
/*
55
Vue option component
@@ -10,7 +10,7 @@ Vue option component
1010
}
1111
}
1212
*/
13-
@Component({
13+
@ComponentBase({
1414
name: "SuperComponent"
1515
})
1616
class SuperComponent extends Vue {

0 commit comments

Comments
 (0)