mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-04 21:50:28 +08:00
4 lines
149 B
JavaScript
4 lines
149 B
JavaScript
|
|
// 警告消息
|
||
|
|
Vue.component("warning-message", {
|
||
|
|
template: `<p class="ui message warning"><i class="icon warning circle"></i><slot></slot></p>`
|
||
|
|
})
|