学习vuex!

This commit is contained in:
2022-11-29 15:29:41 +08:00
parent bd3a9dc825
commit 78b1aa52f2
4 changed files with 29 additions and 11 deletions

View File

@@ -2,7 +2,7 @@
* @Author: Kane
* @Date: 2022-11-22 17:50:49
* @LastEditors: Kane
* @LastEditTime: 2022-11-29 13:26:25
* @LastEditTime: 2022-11-29 15:28:38
* @FilePath: \hello-cli\public\index.html
* @Description:
*
@@ -20,6 +20,11 @@
<link rel="stylesheet" href="<%= BASE_URL %>css/normalize.css" />
<link rel="stylesheet" href="<%= BASE_URL %>css/app.css" />
</head>
<style>
.v-cloak {
display: none;
}
</style>
<body>
<noscript>
<strong
@@ -28,7 +33,7 @@
continue.</strong
>
</noscript>
<div id="app"></div>
<div id="app" class="v-cloak"></div>
<!-- built files will be auto injected -->
</body>
</html>