fix(pop-confirm): [pop-confirm] remove m funtion from pc template (#1863)

* fix(pop-confirm): [pop-confirm]  remove m funtion from  pc template

* Update pc.vue

* Update pc.vue
This commit is contained in:
申君健 2024-08-08 16:59:14 +08:00 committed by GitHub
parent 3c2e2626ce
commit 752a13e231
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
trigger="manual"
:width="width"
:title="title"
:popper-class="m('tiny-popconfirm-popover', customClass)"
:popper-class="'tiny-popconfirm-popover ' + (customClass || '')"
:popper-options="popperOptions"
:append-to-body="popperAppendToBody"
:reference="reference"