2020年9月18日

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) 编辑

为啥动态显示的名字就显示了undefined?

摘要: 看不懂了昂,记录一下,慢慢理解吧 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Vue 示例</title> </head> <body> <div id="app" > 姓名:{{ fullName }} </div> <s 阅读全文

posted @ 2020-09-18 13:52 王半仙儿的博客 阅读(326) 评论(0) 推荐(0) 编辑

计算购物车价格Vue

摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Vue 示例</title> </head> <body> <div id="app" > 总价{{ prices }} </div> <script src="https://u 阅读全文

posted @ 2020-09-18 11:58 王半仙儿的博客 阅读(470) 评论(0) 推荐(0) 编辑

前端界面显示当前时间的Vue代码

摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Vue 示例</title> </head> <body> <div id="app" > {{ date | formatDate }} </div> <script src=" 阅读全文

posted @ 2020-09-18 10:46 王半仙儿的博客 阅读(1535) 评论(0) 推荐(0) 编辑

导航