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/labels.js
Normal file
4
web/public/js/components/common/labels.js
Normal file
@@ -0,0 +1,4 @@
|
||||
Vue.component("label-on", {
|
||||
props: ["v-is-on"],
|
||||
template: '<div><span v-if="vIsOn" class="ui label tiny green">已启用</span><span v-if="!vIsOn" class="ui label tiny red">已关闭</span></div>'
|
||||
})
|
||||
Reference in New Issue
Block a user