缓存策略里的默认缓存条件增加、修改或者删除后自动保存

This commit is contained in:
刘祥超
2021-08-29 09:40:21 +08:00
parent 062b9baeab
commit 9549424835
5 changed files with 56 additions and 4 deletions

View File

@@ -56,7 +56,7 @@ Vue.component("http-cache-config-box", {
<div v-show="isOn()">
<h4>缓存条件</h4>
<http-cache-refs-config-box :v-cache-config="cacheConfig" :v-cache-refs="cacheConfig.cacheRefs"></http-cache-refs-config-box>
<http-cache-refs-config-box :v-cache-config="cacheConfig" :v-cache-refs="cacheConfig.cacheRefs" ></http-cache-refs-config-box>
</div>
<div class="margin"></div>
</div>`