vuepress-theme-uniapp-official 1.4.37 → 1.4.38

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.
@@ -186,6 +186,7 @@ export default {
186
186
  src: this.src,
187
187
  frameborder: '0',
188
188
  allow: 'geolocation https://hellouniappx.dcloud.net.cn',
189
+ loading: 'lazy'
189
190
  },
190
191
  ref: 'codeIframe',
191
192
  }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vuepress-theme-uniapp-official",
3
- "version": "1.4.37",
3
+ "version": "1.4.38",
4
4
  "description": "uni-app official website theme for vuepress",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -43,8 +43,8 @@
43
43
  "vuepress-plugin-mermaidjs": "1.9.1",
44
44
  "vuepress-plugin-named-chunks": "^1.1.4",
45
45
  "vuepress-plugin-zooming": "^1.1.8",
46
- "vuepress-plugin-check-md2": "^1.0.5",
47
- "vuepress-plugin-expandable-row": "^1.0.10"
46
+ "vuepress-plugin-expandable-row": "^1.0.10",
47
+ "vuepress-plugin-check-md2": "^1.0.5"
48
48
  },
49
49
  "scripts": {
50
50
  "publish:patch": "npm version patch && npm publish",