Vue learning bit by bit

1. Loop

 

 v-for="(item, index) in items"

2. Add @ before the event

 

 @click="handleCustomerReflect(s.id)"

 

3. Add in front of the property binding:

 

 :href="getJumpUrl(r.aid)"

 

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326445443&siteId=291194637
Bit
BIT