保存进度!

This commit is contained in:
Kane Wang 2022-11-01 10:06:40 +08:00
parent a634bdfad4
commit fd6e7ad959
2 changed files with 4 additions and 3 deletions

View File

@ -2,7 +2,7 @@
* @Author: Kane
* @Date: 2022-10-21 16:39:27
* @LastEditors: Kane
* @LastEditTime: 2022-10-30 23:50:04
* @LastEditTime: 2022-11-01 09:31:33
* @FilePath: \car_dealer\css\todo-list\to-list.css
* @Description: 用于待办事项页面的css
*

View File

@ -2,7 +2,7 @@
* @Author: Kane
* @Date: 2022-10-31 13:11:55
* @LastEditors: Kane
* @LastEditTime: 2022-10-31 22:58:03
* @LastEditTime: 2022-11-01 09:54:11
* @FilePath: \car_dealer\vue\axios.html
* @Description:
*
@ -19,7 +19,6 @@
<link rel="stylesheet" href="../css/normalize.css" />
<link rel="stylesheet" href="../css/kane.css" />
<link rel="stylesheet" href="../css/axios/axios.css" />
<!-- <script src="https://unpkg.com/axios@1.1.3/dist/axios.min.js"></script> -->
<script src="../js/axios/1.1.3/axios.js"></script>
<script src="../js/vue/vue.global.js"></script>
</head>
@ -105,6 +104,8 @@
},
};
Vue.config.productionTip = false;
const vm = Vue.createApp(app);
vm.mount("#app");