Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
joon610 committed Aug 7, 2019
1 parent ef39ec4 commit 819a1b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ import { Super } from 'vue-corator';
import Parent from './parent.vue'
@Component
export default class Child extends Parent {
@Super(Parent) super!: any //returns component Id like 'data-v-xxxxx'
@Super(Parent) super!: any

private father(){
console.log('childs father')
Expand Down

0 comments on commit 819a1b5

Please sign in to comment.