vue知识点
摘要:1.<template></template>只能配合v-if使用不能配合v-show使用 2.v-if ,v-else-if和v-else使用,结构不能被打断 3.vue中v-for: <div v-for="item in arr"></div>或者<div v-for="item of arr
阅读全文
posted @ 2021-09-16 11:19
posted @ 2021-09-16 11:19