vuepress-theme-uniapp-official 1.4.43 → 1.4.44

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.
@@ -237,7 +237,7 @@ export default {
237
237
  }
238
238
  }
239
239
 
240
- if (vnode.tag === 'noscript') {
240
+ if (vnode.tag === 'div' && vnode.data.staticClass.indexOf('noscript') > -1) {
241
241
  noscriptDom.push(vnode)
242
242
  }
243
243
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vuepress-theme-uniapp-official",
3
- "version": "1.4.43",
3
+ "version": "1.4.44",
4
4
  "description": "uni-app official website theme for vuepress",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -45,7 +45,7 @@
45
45
  "vuepress-plugin-zooming": "^1.1.8",
46
46
  "vuepress-plugin-expandable-row": "^1.0.10",
47
47
  "vuepress-plugin-check-md2": "^1.0.5",
48
- "vuepress-plugin-noscript-code": "^1.0.1"
48
+ "vuepress-plugin-noscript-code": "^1.0.2"
49
49
  },
50
50
  "resolutions": {
51
51
  "terser-webpack-plugin": "1.4.6",