mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-07 07:10:27 +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>`
|
|
}) |