2022年5月31日
摘要: https://www.jianshu.com/p/01c4b40771b5 阅读全文
posted @ 2022-05-31 19:09 weakup 阅读(5) 评论(0) 推荐(0) 编辑
摘要: /* 该文件是整个项目的入口文件 */ //引入Vue import Vue from 'vue' //引入App组件,它是所有组件的父组件 import App from './App.vue' //关闭vue的生产提示 Vue.config.productionTip = false /* 关于 阅读全文
posted @ 2022-05-31 18:24 weakup 阅读(69) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/660d8fcb0a47 阅读全文
posted @ 2022-05-31 16:36 weakup 阅读(7) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <title>总结数据监视</title> <style> button{ margin-top: 10px; } </style> <!-- 引入Vue --> <script type= 阅读全文
posted @ 2022-05-31 16:18 weakup 阅读(29) 评论(0) 推荐(0) 编辑