compiled assets and connection module
This commit is contained in:
11
web/admin/src/connection/index.js
Normal file
11
web/admin/src/connection/index.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import { ConnectionAdapter } from './lib';
|
||||
|
||||
function init(data) {
|
||||
const modJsList = {};
|
||||
modJsList.tabConnection = new ConnectionAdapter(data);
|
||||
window.modJs = modJsList.tabConnection;
|
||||
window.modJsList = modJsList;
|
||||
|
||||
}
|
||||
|
||||
window.initAdminConnection = init;
|
||||
Reference in New Issue
Block a user