mirror of
https://github.com/element-plus/element-plus.git
synced 2025-08-18 14:12:56 +08:00
chore: self closing vue tag (#6603)
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<span v-bind="$attrs" :style="computedStyle"> </span>
|
||||
<span v-bind="$attrs" :style="computedStyle" />
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
|
Reference in New Issue
Block a user