Skip to content

Commit a56ab51

Browse files
committed
publish v3.2.10
1 parent c22a80e commit a56ab51

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 3.2.10(2021-11-30)
2+
- 修复 map 组件示例不显示的 bug
13
## 3.2.9(2021-11-19)
24
- 新增 uni-ui 以 uni_modules 方式引入,方便开发者从 hello-uniapp 中 copy 组件及示例
35
- 优化 uni-ui 示例页面,完善组件示例

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "hello-uniapp",
33
"name": "hello-uniapp",
44
"displayName": "hello-uniapp 示例工程",
5-
"version": "3.2.9",
5+
"version": "3.2.10",
66
"description": "uni-app 框架示例,一套代码,同时发行到iOS、Android、H5、小程序等多个平台,请使用手机扫码快速体验 uni-app 的强大功能",
77
"scripts": {
88
"test": "echo \"Error: no test specified\" && exit 1"

pages/component/map/map.nvue

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
</uni-list>
1919
</view>
2020
</template>
21-
2221
<script>
2322
const testMarkers = [{
2423
id: 0,
@@ -200,10 +199,6 @@
200199
}
201200
];
202201
export default {
203-
components: {
204-
uniList,
205-
uniListItem
206-
},
207202
data() {
208203
return {
209204
location: {

0 commit comments

Comments
 (0)