<v-chip v-if="guide.keywordSet !== null" small label v-for="item in guide.keywordSet" :key="item" class="mr-1" close @click:close="removeKeyword(item)">
{{item}}
</v-chip>
<vridge-dialog
ref="keywordDialog"
title="키워드 추가"
@click-yes="addKeyword()"
:clickYesBtn="$t('create')"
>
<template v-slot:button>
<v-btn small elevation="0" @click="$refs.keywordDialog.dialog = true">추가</v-btn>