web-component-gallery 1.1.10 → 1.1.11

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-component-gallery",
3
- "version": "1.1.10",
3
+ "version": "1.1.11",
4
4
  "description": "vue-library-ui组件库",
5
5
  "main": "dist/index.umd.js",
6
6
  "files": [
@@ -20,7 +20,6 @@
20
20
  "dependencies": {
21
21
  "@amap/amap-jsapi-loader": "^1.0.1",
22
22
  "ant-design-vue": "1.7.8",
23
- "antd-theme-generator": "1.2.3",
24
23
  "clean-webpack-plugin": "^4.0.0",
25
24
  "core-js": "^3.8.3",
26
25
  "style-resources-loader": "^1.5.0",
@@ -27,7 +27,7 @@ export default {
27
27
  * @outputDir 提取的 css 文件存放目录
28
28
  */
29
29
  toggleTheme({
30
- scopeName,
30
+ scopeName: `theme-${scopeName}`,
31
31
  multipleScopeVars: themeConfig.multipleScopeVars,
32
32
  extract: themeConfig.extract,
33
33
  publicPath: themeConfig.publicPath,