1.APP.vue <template> </template> //引入組件 import School from '...
1.基本使用 <!DOCTYPE html> 基本使用 <!-- Vue中使用組件的三大步驟: ...
1.自定義指令 <!DOCTYPE html> 自定義指令 <!-- 需求1:定義一個v-big指令东羹,...
1.引出生命周期 <!DOCTYPE html> 引出生命周期 <!-- 引入Vue --> <!-- ...
<!DOCTYPE html> 過濾器 <!-- 過濾器: 定義:對要顯示的數(shù)據(jù)進行特定格...
1.v-text指令 <!DOCTYPE html> v-text指令 <!-- 引入Vue --> <!...
1.基本列表 <!DOCTYPE html> 基本列表 <!-- v-for指令: 1.用于...
<!DOCTYPE html> 收集表單數(shù)據(jù) <!-- 收集表單數(shù)據(jù): 若: 骡技,則v-model...
<!DOCTYPE html> 條件渲染 <!-- 條件渲染: 1.v-if ...