Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
comment: { type: Object as PropType<Comment>, required: true }
this.textAreaDisabled = true; setTimeout(() => { this.textAreaDisabled = false; }, 5000)
<template> <v-data-table> <template v-for="(_, slot) of $slots" :slot="slot"> <slot :name="slot"/> </template> <template v-for="(_, slot) of $scopedSlots" #[slot]="scope"> <slot :name="slot" v-bind="scope"/> </template> </v-data-table> </template>
// vue.config.js module.exports = { transpileDependencies: ['vuetify'] }
build: { transpile: [ 'quasar', ], }