mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-07 23:30:26 +08:00
实现基础的统计指标
This commit is contained in:
4
web/public/js/components/common/warning-message.js
Normal file
4
web/public/js/components/common/warning-message.js
Normal file
@@ -0,0 +1,4 @@
|
||||
// 警告消息
|
||||
Vue.component("warning-message", {
|
||||
template: `<p class="ui message warning"><i class="icon warning circle"></i><slot></slot></p>`
|
||||
})
|
||||
Reference in New Issue
Block a user