55 </view>
66 <view v-if="!hasLeftWin" class="uni-hello-text">
77 <text class="hello-text">以下是uni-app扩展组件示例,更多组件见插件市场:</text>
8- <u-link class="hello-link" :href="'https://ext.dcloud.net.cn/'" :text="'https://ext.dcloud.net.cn'" :inWhiteList="true"></u-link>
8+ <u-link class="hello-link" :href="'https://ext.dcloud.net.cn/'" :text="'https://ext.dcloud.net.cn'"
9+ :inWhiteList="true"></u-link>
910 </view>
10- <view :class="{'pc-hide': hideList.indexOf(item.url) !== -1 && hasLeftWin}" class="uni-panel" v-for="item in lists" :key="item.url">
11- <view :class="{'left-win-active': leftWinActive === item.url && hasLeftWin}" class="uni-panel-h" @click="goDetailPage(item.url)">
11+ <view :class="{'pc-hide': hideList.indexOf(item.url) !== -1 && hasLeftWin}" class="uni-panel"
12+ v-for="item in lists" :key="item.url">
13+ <view :class="{'left-win-active': leftWinActive === item.url && hasLeftWin}" class="uni-panel-h"
14+ @click="goDetailPage(item.url)">
1215 <text class="uni-panel-text">{{item.name}}</text>
1316 <text class="uni-panel-icon uni-icon"></text>
1417 </view>
3437 name: "uni-badge 数字角标",
3538 url: "badge"
3639 },
40+ {
41+ name: "uni-breadcrumb 面包屑",
42+ url: "breadcrumb"
43+ },
3744 // {
3845 // name: "uni-calendar 日历",
3946 // url: "calendar"
4754 url: "collapse"
4855 },
4956
50- // #ifndef APP-NVUE
57+ // #ifndef APP-NVUE
5158 {
5259 name: "uni-combox 组合框",
5360 url: "combox"
5461 },
55- // #endif
62+ // #endif
5663 {
5764 name: "uni-countdown 倒计时",
5865 url: "countdown"
6572 name: "uni-data-picker 数据驱动的picker选择器",
6673 url: "data-picker"
6774 },
75+ {
76+ name: "uni-data-select 数据驱动的下拉框",
77+ url: "data-select"
78+ },
6879 {
6980 name: "uni-dateformat 日期格式化",
7081 url: "dateformat"
89100 name: "uni-fav 收藏按钮",
90101 url: "fav"
91102 },
92- // #ifndef APP-NVUE
103+ // #ifndef APP-NVUE
93104 {
94105 name: "uni-file-picker 文件选择上传",
95106 url: "file-picker"
96107 },
97- // #endif
108+ // #endif
98109 {
99110 name: "uni-forms 表单",
100111 url: "forms"
165176 name: "uni-search-bar 搜索栏",
166177 url: "search-bar"
167178 },
168- // #ifndef APP || H5 || MP-WEIXIN || MP-ALIPAY || MP-BAIDU || MP-TOUTIAO || MP-QQ
179+ // #ifndef APP || H5 || MP-WEIXIN || MP-ALIPAY || MP-BAIDU || MP-TOUTIAO || MP-QQ
169180 {
170181 name: "section 标题栏",
171182 url: "section"
172183 },
173- // #endif
184+ // #endif
174185 {
175186 name: "uni-segmented-control 分段器",
176187 url: "segmented-control"
192203 name: "uni-table 表格",
193204 url: "table"
194205 },
195- // #endif
206+ // #endif
196207 {
197208 name: "uni-tag 标签",
198209 url: "tag"
201212 name: "uni-title 章节标题",
202213 url: "title"
203214 },
215+ {
216+ name: "uni-tooltip 文字提示",
217+ url: "tooltip"
218+ },
204219 {
205220 name: "uni-transition 过渡动画",
206221 url: "transition"
250265
251266<style>
252267 @import '../../../common/uni-nvue.css';
253- </style>
268+ </style>
0 commit comments