Vue
Vue 基本问题
publish 和 asserts 文件夹的区别
v-if, v-show 的区别
Vue 指令
v-textv-html, 只支持html基本标签, 不支持组件v-if,v-else-if,v-elsev-showv-on:click,@click,@[event].stopv-bind:id,:idv-model双向绑定v-for需要注意的是要带绑定 keyv-oncev-memo, 通常与v-for一起使用
vue setup
defineOptionsdefinePropswithDefaults(defineProps<T>(),{})defineEmits