vue3-tunnel-lining-plugins 1.0.3 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +3 -13
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -1,13 +1,3 @@
|
|
|
1
|
-
export { default as DL5Plugin } from './
|
|
2
|
-
export { default as DL200Plugin } from './
|
|
3
|
-
export { default as SL160Plugin } from './
|
|
4
|
-
|
|
5
|
-
export const DL5 = DL5Plugin;
|
|
6
|
-
export const DL200 = DL200Plugin;
|
|
7
|
-
export const SL160 = SL160Plugin;
|
|
8
|
-
|
|
9
|
-
export default {
|
|
10
|
-
DL5: DL5Plugin,
|
|
11
|
-
DL200: DL200Plugin,
|
|
12
|
-
SL160: SL160Plugin
|
|
13
|
-
};
|
|
1
|
+
export { default as DL5Plugin } from './mxcadapp_dl5.js';
|
|
2
|
+
export { default as DL200Plugin } from './mxcadapp_dl200.js';
|
|
3
|
+
export { default as SL160Plugin } from './mxcadapp_sl160.js';
|