提交 29294ff9 编写于 作者: D DCloud_LXH

chore: update theme to 1.3.9

上级 6c495ef7
...@@ -1419,7 +1419,7 @@ iOS 平台需要将三方依赖库放到 组件目录下 app-ios/Frameworks 中 ...@@ -1419,7 +1419,7 @@ iOS 平台需要将三方依赖库放到 组件目录下 app-ios/Frameworks 中
## 简介 ## 简介
组件一般有两种场景,第一种是: 单标签组件 组件一般有两种场景,第一种是: 单标签组件
``` ```html
<uts-view style="xxxx"/> <uts-view style="xxxx"/>
``` ```
...@@ -1427,7 +1427,7 @@ iOS 平台需要将三方依赖库放到 组件目录下 app-ios/Frameworks 中 ...@@ -1427,7 +1427,7 @@ iOS 平台需要将三方依赖库放到 组件目录下 app-ios/Frameworks 中
第二种是 作为容器使用: 第二种是 作为容器使用:
``` ```html
<uts-view > <uts-view >
<text> 文字子组件</text> <text> 文字子组件</text>
<image src="https://xxx"> <image src="https://xxx">
...@@ -1437,7 +1437,7 @@ iOS 平台需要将三方依赖库放到 组件目录下 app-ios/Frameworks 中 ...@@ -1437,7 +1437,7 @@ iOS 平台需要将三方依赖库放到 组件目录下 app-ios/Frameworks 中
UTS组件作为容器组件与普通View组件遵循完全相同的规范, UTS组件作为容器组件与普通View组件遵循完全相同的规范,
唯一的区别在于 当组件布局中包含 <solt>标签时,编译器会自动将其转换为容器组件 唯一的区别在于 当组件布局中包含 `<solt>` 标签时,编译器会自动将其转换为容器组件
::: preview ::: preview
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"fs-extra": "^10.0.0", "fs-extra": "^10.0.0",
"glob": "^7.1.7", "glob": "^7.1.7",
"vuepress-theme-uni-app-test": "^1.3.8" "vuepress-theme-uni-app-test": "^1.3.9"
}, },
"dependencies": { "dependencies": {
"@docsearch/js": "^3.1.0", "@docsearch/js": "^3.1.0",
......
...@@ -9215,10 +9215,10 @@ vuepress-plugin-zooming@^1.1.8: ...@@ -9215,10 +9215,10 @@ vuepress-plugin-zooming@^1.1.8:
dependencies: dependencies:
zooming "^2.1.1" zooming "^2.1.1"
vuepress-theme-uni-app-test@^1.3.8: vuepress-theme-uni-app-test@^1.3.9:
version "1.3.8" version "1.3.9"
resolved "https://registry.npmmirror.com/vuepress-theme-uni-app-test/-/vuepress-theme-uni-app-test-1.3.8.tgz#bc0f9fe35a18ee516e94a769873c7aa9162b1396" resolved "https://registry.npmmirror.com/vuepress-theme-uni-app-test/-/vuepress-theme-uni-app-test-1.3.9.tgz#a6112b134618706dabd2db6d942f3309dd334fc8"
integrity sha512-JMuQ+ljne1YrsZOODS67tSftFfIjoydFpTcEoWZvYxyEEHJBVJUl+5Gfznqd8ax3/Nt9hE+j0r/BtxY5EM7QTQ== integrity sha512-9t2OZhR7DyCb/W1LiQuF+hvQIsPRNzOpY13MX0iuuq+jKJRwzxmW42EqIhSxhY/si9YdFPiWL1PyRVFoXdguQA==
dependencies: dependencies:
"@vuepress/plugin-back-to-top" "^1.9.5" "@vuepress/plugin-back-to-top" "^1.9.5"
"@vuepress/theme-default" "^1.8.2" "@vuepress/theme-default" "^1.8.2"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册