mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-05 22:30:28 +08:00
3 lines
107 B
JavaScript
3 lines
107 B
JavaScript
|
|
Vue.component("raquo-item", {
|
||
|
|
template: `<span class="item disabled" style="padding: 0">»</span>`
|
||
|
|
})
|