diff --git a/static/app.js b/static/app.js
index 4ca1a6c51..2762b5121 100644
--- a/static/app.js
+++ b/static/app.js
@@ -6,7 +6,9 @@ window.appRoot = (function (script) {
;(async () => {
const options = {
moduleCache: {
- vue: Vue, less: less
+ vue: Vue,
+ less: less,
+ cache: {},
}, getFile(url) {
if (!(/^(https?:)?\/\//)) {
url = (appRoot + url).replace(/\/+.?\/+/g, '/');
diff --git a/static/template/layout.vue b/static/template/layout.vue
index 8a91cad0e..492e47be5 100644
--- a/static/template/layout.vue
+++ b/static/template/layout.vue
@@ -268,7 +268,7 @@ body > .el-container {
+
+
\ No newline at end of file