{{ computed_field }}
</div>
</template>
<script>
export default {
data() {
return {
field: 'test'
}
},
computed: {
computed_field: () => {
return this.field;
}
}
}
</script>TypeError
Cannot read property 'page' of undefined
ЧЯДНТ?
контекст
Обсуждают сегодня