... v-slot:title> <div v-html="item.title"></div> </template> <template v-slot:subtitle> <div v-html="item.subtitle"></div> </template> </v-list-item> ...
確定! 回上一頁