vue2_frontend init..

This commit is contained in:
최준흠 2022-08-24 19:42:37 +09:00
parent 6c21223494
commit 45ce9c93ea

View File

@ -80,7 +80,7 @@
<template #row-details="row">
<b-card>
<b-row class="mb-2">
<b-col><span v-html="row.item.content"></span></b-col>
<b-col v-html="row.item.content"></b-col>
</b-row>
<b-button size="sm" @click="row.toggleDetails"
>Hide Details</b-button