fix(client): add missing ref for MkButton (#9357)
This commit is contained in:
parent
c3cb218975
commit
e3b8482891
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<button
|
<button
|
||||||
|
ref="el"
|
||||||
v-if="!link" class="bghgjjyj _button"
|
v-if="!link" class="bghgjjyj _button"
|
||||||
:class="{ inline, primary, gradate, danger, rounded, full }"
|
:class="{ inline, primary, gradate, danger, rounded, full }"
|
||||||
:type="type"
|
:type="type"
|
||||||
|
|
Loading…
Reference in a new issue