优化看板打开速度/删除一些不必要的文件

This commit is contained in:
GoEdgeLab
2022-03-27 16:39:20 +08:00
parent a86574f897
commit 0b2508917c
19 changed files with 9 additions and 1807 deletions

View File

@@ -0,0 +1,5 @@
Vue.component("loading-message", {
template: `<div class="ui message loading">
<div class="ui active inline loader small"></div> &nbsp; <slot></slot>
</div>`
})