mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-06 23:00:25 +08:00
3 lines
135 B
JavaScript
3 lines
135 B
JavaScript
|
|
Vue.component("dot", {
|
||
|
|
template: '<span style="display: inline-block; padding-bottom: 3px"><i class="icon circle tiny"></i></span>'
|
||
|
|
})
|