1 2 3 4 5 6 7 8 9 10 11
<template> <div :class="'w-100'" /> <div :[some]="2" /> <Some #default="{ a }" /> <input v-model="text" /> <Some v-bind:some.none="1" /> <div :id /> <div :msg-id /> <div v-bind="{ id: 'app', class: 'w-100' }" /> <div :="{ id: 'app' }" /> </template>