@dcloudio/uni-debugger
Version:
uni-app debugger
22 lines (21 loc) • 511 B
JSON
{
"extensions": [
{
"type": "view",
"location": "drawer-view",
"id": "remote-devices",
"title": "Remote devices",
"persistence": "closeable",
"order": 50,
"className": "Devices.DevicesView",
"tags": "usb, android, mobile"
}
],
"dependencies": ["platform", "ui", "host", "components"],
"scripts": [
"DevicesView.js"
],
"resources": [
"devicesView.css"
]
}