prettier/tests/html_vue_indent/vue-tag-indent.vue

23 lines
244 B
Vue

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