Skip to content

Commit

Permalink
fix: TS 2.7 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Feb 2, 2018
1 parent 5263b8a commit c7e28fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import { Component, Prop, Vue } from 'vue-property-decorator';
@Component
export default class HelloWorld extends Vue {
@Prop() private msg: string;
@Prop() private msg!: string;
}
<%_ } _%>
</script>
Expand Down

0 comments on commit c7e28fd

Please sign in to comment.