Skip to content

Commit 0cc161d

Browse files
committed
【fix】过滤掉离线版不显示的例子 review by liqian
1 parent 71ec9d9 commit 0cc161d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

examples/component/config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,34 +142,39 @@ var exampleConfig = {
142142
name: '天地图',
143143
name_en: 'Tianditu',
144144
version: '10.0.0',
145+
localIgnore: true,
145146
thumbnail: 'components_Tianditu_vue.png',
146147
fileName: 'components_tianditu_vue'
147148
},
148149
{
149150
name: '路线规划',
150151
name_en: 'Tianditu Route Plan',
151152
version: '10.0.0',
153+
localIgnore: true,
152154
thumbnail: 'components_Tianditu_route_vue.png',
153155
fileName: 'components_tianditu_route_vue'
154156
},
155157
{
156158
name: 'POI搜索',
157159
name_en: 'Tianditu POI Search',
158160
version: '10.0.0',
161+
localIgnore: true,
159162
thumbnail: 'components_Tianditu_search_vue.png',
160163
fileName: 'components_tianditu_search_vue'
161164
},
162165
{
163166
name: '天地图切换',
164167
name_en: 'Tianditu Switcher',
165168
version: '10.0.0',
169+
localIgnore: true,
166170
thumbnail: 'components_Tianditu_switch_vue.png',
167171
fileName: 'components_tianditu_switch_vue'
168172
},
169173
{
170174
name: '天地图首页',
171175
name_en: 'Tianditu Home',
172176
version: '10.0.0',
177+
localIgnore: true,
173178
thumbnail: 'components_Tianditu_home_vue.png',
174179
fileName: 'components_tianditu_home_vue'
175180
}

0 commit comments

Comments
 (0)