@qiu_qiu/vue-auto-component-framework 1.0.1 → 1.0.2
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/dist/index.js +1 -1
- package/dist/layout/LayoutManager.js +1 -1
- package/dist/layout/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7,7 +7,7 @@ export { FileScanner } from './core/FileScanner.js';
|
|
|
7
7
|
export { ComponentScanner } from './core/ComponentScanner.js';
|
|
8
8
|
export { AppCreator } from './core/AppCreator.js';
|
|
9
9
|
// Export layout components
|
|
10
|
-
|
|
10
|
+
// Vue文件导出在编译输出中已移除
|
|
11
11
|
export { LayoutManager } from './layout/LayoutManager.js';
|
|
12
12
|
/**
|
|
13
13
|
* Create Vue app with framework features
|
package/dist/layout/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
// Vue文件导出在编译输出中已移除
|
|
2
2
|
export { LayoutManager } from './LayoutManager.js';
|
package/package.json
CHANGED