0👍
✅
You need to apply the @Component
decorator.
import { Vue, Component } from 'vue-property-decorator'
@Component
export default class Page extends Vue {
private keyword = ''
}
Source:stackexchange.com