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.
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "fast-vue-multi-pages",
|
3
|
-
"version": "1.0.
|
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
|
-
"
|
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 };
|
File without changes
|
File without changes
|