diff --git a/packages/fes-compiler/package.json b/packages/fes-compiler/package.json index c5021b92..e590aa2f 100644 --- a/packages/fes-compiler/package.json +++ b/packages/fes-compiler/package.json @@ -3,7 +3,6 @@ "version": "2.0.0-alpha.0", "description": "@webank/fes-compiler", "main": "lib/index.js", - "types": "lib/index.d.ts", "files": [ "lib" ], diff --git a/packages/fes-plugin-access/package.json b/packages/fes-plugin-access/package.json index 75bbc5bc..0c37d838 100644 --- a/packages/fes-plugin-access/package.json +++ b/packages/fes-plugin-access/package.json @@ -6,7 +6,6 @@ "files": [ "lib" ], - "module": "dist/index.esm.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, diff --git a/packages/fes-plugin-icon/package.json b/packages/fes-plugin-icon/package.json index 58a0d70d..5a5b8c1a 100644 --- a/packages/fes-plugin-icon/package.json +++ b/packages/fes-plugin-icon/package.json @@ -9,7 +9,6 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, - "module": "dist/index.esm.js", "repository": { "type": "git", "url": "git+https://github.com/WeBankFinTech/fes.js.git", diff --git a/packages/fes-plugin-layout/package.json b/packages/fes-plugin-layout/package.json index c03bf457..cff9269b 100644 --- a/packages/fes-plugin-layout/package.json +++ b/packages/fes-plugin-layout/package.json @@ -6,7 +6,6 @@ "files": [ "lib" ], - "module": "dist/index.esm.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, diff --git a/packages/fes-plugin-layout/src/template/index.tpl b/packages/fes-plugin-layout/src/template/index.tpl index ff67008d..dd6ea19f 100644 --- a/packages/fes-plugin-layout/src/template/index.tpl +++ b/packages/fes-plugin-layout/src/template/index.tpl @@ -33,7 +33,7 @@ const Layout = defineComponent({ return null; }, }; - return ; + return ; }; } }) diff --git a/packages/fes-plugin-layout/src/views/BaseLayout.vue b/packages/fes-plugin-layout/src/views/BaseLayout.vue index 40b451c9..9b0ad043 100644 --- a/packages/fes-plugin-layout/src/views/BaseLayout.vue +++ b/packages/fes-plugin-layout/src/views/BaseLayout.vue @@ -1,49 +1,75 @@ -