chore(lint): fix vue/html-self-closing

This commit is contained in:
Xin Du (Clark) 2021-02-20 16:58:20 +00:00
parent 55b522cc8f
commit 4a60a1934c
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<template>
<div>
<h1>Index page</h1>
<img src="~/assets/test.svg" />
<img src="~/assets/test.svg">
</div>
</template>