Vue之For循环
摘要:
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Vue 示例</title> </head> <body> <!-- <ul v-for="book in books" :key='index'> <li>{{book.name 阅读全文
posted @ 2020-09-18 15:56 王半仙儿的博客 阅读(1668) 评论(0) 推荐(0) 编辑