prettier/tests/html_vue/self_closing_style.vue

6 lines
104 B
Vue

<template>
<span :class="$style.root"><slot /></span>
</template>
<style src="./style.css" module />