学习vuex!
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user