This repository has been archived on 2026-07-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
GoEdgeAdmin/web/public/js/components/common/warning-message.js
T
2021-06-30 19:59:59 +08:00

4 lines
149 B
JavaScript

// 警告消息
Vue.component("warning-message", {
template: `<p class="ui message warning"><i class="icon warning circle"></i><slot></slot></p>`
})