fast-vue-multi-pages 1.0.16 → 1.0.17

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,6 @@
1
+ import FastLayoutFullscreen from './fast-layout-fullscreen.vue';
2
+ import FastLayoutHeaderBodyFooter from "./fast-layout-header-body-footer.vue";
3
+ export {
4
+ FastLayoutFullscreen,
5
+ FastLayoutHeaderBodyFooter
6
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fast-vue-multi-pages",
3
- "version": "1.0.16",
3
+ "version": "1.0.17",
4
4
  "author": "janesen",
5
5
  "description": "快速搭建VUE项目工具类的基本库,主要用于每个功能页面独立生成html",
6
6
  "main": "./dist/cjs/index.js",
@@ -48,7 +48,7 @@
48
48
  "dist/esm",
49
49
  "vue",
50
50
  "loader",
51
- "layout"
51
+ "component"
52
52
  ],
53
53
  "eslintConfig": {
54
54
  "root": true,
package/vue/index.d.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  import { FastVueMultiPages } from "./FastVueMultiPages";
2
- export { FastVueMultiPages, };
2
+ export { FastVueMultiPages };