fix: use Vue.js on-click directive
This commit is contained in:
parent
436de528e9
commit
edb7bef5a3
1 changed files with 1 additions and 1 deletions
|
|
@ -391,7 +391,7 @@
|
|||
<button
|
||||
v-if="navigatorShare"
|
||||
class="icon"
|
||||
onClick="nativeShare"
|
||||
@click="nativeShare"
|
||||
v-close-popover
|
||||
v-tooltip="$t('more')"
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in a new issue