mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-05 22:30:28 +08:00
优化看板打开速度/删除一些不必要的文件
This commit is contained in:
5
web/public/js/components/common/message-loading.js
Normal file
5
web/public/js/components/common/message-loading.js
Normal file
@@ -0,0 +1,5 @@
|
||||
Vue.component("loading-message", {
|
||||
template: `<div class="ui message loading">
|
||||
<div class="ui active inline loader small"></div> <slot></slot>
|
||||
</div>`
|
||||
})
|
||||
Reference in New Issue
Block a user