保存进度!

This commit is contained in:
Kane Wang 2022-11-29 20:42:49 +08:00
parent 7e0f78c80e
commit febdc6c1f5
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
* @Author: Kane
* @Date: 2022-11-22 17:50:49
* @LastEditors: Kane
* @LastEditTime: 2022-11-29 17:46:54
* @LastEditTime: 2022-11-29 20:32:41
* @FilePath: \hello-cli\public\index.html
* @Description:
*
@ -22,7 +22,7 @@
</head>
<style>
.v-cloak {
/* display: none; */
display: none;
}
</style>
<body>
@ -33,7 +33,7 @@
continue.</strong
>
</noscript>
<div id="app" class="v-cloak"></div>
<div id="app" v-cloak></div>
<!-- built files will be auto injected -->
</body>
</html>