prettier/tests/html_vue/self_closing.vue

17 lines
163 B
Vue

<template>
<div />
</template>
<script>
foo( )
</script>
<template>
<div class="container">
<HomeH />
<HomeA />
<HomeX />
<HomeY />
</div>
</template>