2023年7月10日
摘要: 新建Vue对象 <!DOCTYPE html> <html> <head> <title>Vue Demo</title> <script src="https://cdn.staticfile.org/vue/2.2.2/vue.min.js"></script> </head> <body> < 阅读全文
posted @ 2023-07-10 11:42 boye169 阅读(13) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <title>Vue Demo</title> <script src="https://cdn.staticfile.org/vue/2.2.2/vue.min.js"></script> </head> <body> <div id=" 阅读全文
posted @ 2023-07-10 11:32 boye169 阅读(4) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Vue 测试实例</title> <script src="https://cdn.staticfile.org/vue/2.2.2/vue.min.js"></script> < 阅读全文
posted @ 2023-07-10 09:50 boye169 阅读(3) 评论(0) 推荐(0) 编辑