web-component-gallery 2.2.11 → 2.2.12

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.
@@ -187,12 +187,11 @@ async function updateTheme(theme) {
187
187
  }
188
188
 
189
189
  // 应用LESS变量更新
190
- await less.modifyVars({
191
- ...themeVariables,
192
- ...updateVariables.less
193
- })
194
-
195
- console.log("换肤成功")
190
+ // await less.modifyVars({
191
+ // ...themeVariables,
192
+ // ...updateVariables.less
193
+ // })
194
+ // console.log("换肤成功")
196
195
 
197
196
  if (!Object.keys(updateVariables.css).length) return
198
197
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-component-gallery",
3
- "version": "2.2.11",
3
+ "version": "2.2.12",
4
4
  "description": "基础vue、antdvue、less实现的私有组件库",
5
5
  "main": "dist/index.umd.js",
6
6
  "files": [