self_closing_style.vue 104 B

123456
  1. <template>
  2. <span :class="$style.root"><slot /></span>
  3. </template>
  4. <style src="./style.css" module />