mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-05 06:10:26 +08:00
9 lines
128 B
JavaScript
9 lines
128 B
JavaScript
Vue.component("api-node-selector", {
|
|
props: [],
|
|
data: function () {
|
|
return {}
|
|
},
|
|
template: `<div>
|
|
暂未实现
|
|
</div>`
|
|
}) |