fix: 回滚v-cloak避免页面卡loading
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
v-cloak的!important与asideMenu的inline style冲突 导致.template永远不可见。恢复原有的loading机制。
This commit is contained in:
@@ -49,9 +49,6 @@ input::-webkit-inner-spin-button {
|
||||
height: 100%;
|
||||
background: #fff;
|
||||
}
|
||||
[v-cloak] {
|
||||
display: none !important;
|
||||
}
|
||||
.template:first-child {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<div class="ddr ddr4"></div>
|
||||
<div class="ddr ddr5"></div>
|
||||
</div>
|
||||
<div class="template" v-cloak>
|
||||
<div class="template">
|
||||
<el-container>
|
||||
<aside-menu></aside-menu>
|
||||
<el-container>
|
||||
|
||||
Reference in New Issue
Block a user