Vue.jsプログラミングの基本 2020/2/27 2020/2/29 基本編 ■Chapter 4 v-slotの省略構文 ⇒ # <template v-slot:hoge> 〜 </template> ⇓ <template #hoge> 〜 </template>