fix[Screenfull]: fix screenfull click bug
This commit is contained in:
parent
32b747014d
commit
3cba7b52da
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<svg-icon class-name="screenfull-icon" icon-class="screenfull" />
|
<svg-icon class-name="screenfull-icon" icon-class="screenfull" @click="click" />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue