diff --git a/src/components/Device/components/BatchActions/FileManage/index.vue b/src/components/Device/components/BatchActions/FilePush/index.vue similarity index 100% rename from src/components/Device/components/BatchActions/FileManage/index.vue rename to src/components/Device/components/BatchActions/FilePush/index.vue diff --git a/src/components/Device/components/BatchActions/index.vue b/src/components/Device/components/BatchActions/index.vue index 39cb6f34..4fd98245 100644 --- a/src/components/Device/components/BatchActions/index.vue +++ b/src/components/Device/components/BatchActions/index.vue @@ -39,7 +39,7 @@ diff --git a/src/plugins/scrollable/index.js b/src/plugins/scrollable/index.js new file mode 100644 index 00000000..c8a3d200 --- /dev/null +++ b/src/plugins/scrollable/index.js @@ -0,0 +1,7 @@ +import Scrollable from './components/Scrollable/index.vue' + +export default { + install(app) { + app.component('Scrollable', Scrollable) + }, +}