chore: self closing vue tag (#6603)

This commit is contained in:
三咲智子
2022-03-14 04:16:11 +08:00
committed by GitHub
parent e2e577bfad
commit 5d85fba20c
217 changed files with 527 additions and 672 deletions

View File

@ -1,5 +1,5 @@
<template>
<span v-bind="$attrs" :style="computedStyle"> </span>
<span v-bind="$attrs" :style="computedStyle" />
</template>
<script lang="ts">