fix. 팝업 버튼 추가

This commit is contained in:
clkim
2025-11-13 10:59:21 +09:00
parent 2902fe0222
commit 6765ae905c
22 changed files with 338 additions and 223 deletions

View File

@@ -11,8 +11,10 @@ export default defineNuxtPlugin(nuxtApp => {
'i',
'em',
'u',
's',
'a',
'p',
'ol',
'ul',
'li',
'span',
@@ -23,6 +25,11 @@ export default defineNuxtPlugin(nuxtApp => {
'dl',
'dt',
'dd',
'blockquote',
'table',
'thead',
'tbody',
'tfoot',
'tr',
'th',
'td',
@@ -39,6 +46,9 @@ export default defineNuxtPlugin(nuxtApp => {
'height',
'frameborder',
'allowfullscreen',
'colspan',
'rowspan',
'scope',
],
},
})