File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed
Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 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 示例页面,完善组件示例
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 1818 </uni-list>
1919 </view>
2020</template>
21-
2221<script>
2322 const testMarkers = [{
2423 id: 0,
200199 }
201200 ];
202201 export default {
203- components: {
204- uniList,
205- uniListItem
206- },
207202 data() {
208203 return {
209204 location: {
You can’t perform that action at this time.
0 commit comments