prettier/tests/html_vue_indent/inside-template.vue

23 lines
299 B
Vue

<template>
<style>
br {
background: #00abc9;
}
div {
background: #00abc9;
}
</style>
<script>
console.log('hello');
console.log('hello');
</script>
<br />
<footer>
foo
<br/>
</footer>
</template>