prettier/tests/html_vue/template-lang.vue

16 lines
127 B
Vue

<template lang="pug">
.test
#foo
.bla
</template>
<template
lang='pug'>
.test
#foo
.bla
</template>