TypeScriptã§Vueãè¨è¿°ãã¦ããæãthis.propertyã®åç §ã Property 'property' does not exist on type ã®ãããªã¨ã©ã¼ãåºã¦ãbuildã«å¤±æãããããªæåã«ãªãã¾ããã Vueã¤ã³ã¹ã¿ã³ã¹ã¨ãã¦ã³ã³ãã¼ãã³ããå®ç¾©ãã export default { name: 'myPage', data () { return { clicked: false } }, methods: { objClick: function (event:any) { // Property 'clicked' does not exist on type this.clicked = !this.clicked } } ããã®export defaultã import Vue from 'vue' export default Vue.ext
{{#tags}}- {{label}}
{{/tags}}