mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
chore(lint): fix vue/html-self-closing
This commit is contained in:
parent
55b522cc8f
commit
4a60a1934c
2
test/fixtures/basic/pages/index.vue
vendored
2
test/fixtures/basic/pages/index.vue
vendored
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div>
|
||||
<h1>Index page</h1>
|
||||
<img src="~/assets/test.svg" />
|
||||
<img src="~/assets/test.svg">
|
||||
</div>
|
||||
</template>
|
||||
|
Loading…
Reference in New Issue
Block a user