Skip to content

Commit 9ffbca8

Browse files
committed
【update】 examples 新增 component 分类,新增组件一级菜单 review by songym
1 parent ea30777 commit 9ffbca8

File tree

93 files changed

+564
-371
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+564
-371
lines changed

examples/classic/editor.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
$body.append("<script type='text/javascript' src='../openlayers/config.js'><\/script>");
3535
$body.append("<script type='text/javascript' src='../mapboxgl/config.js'><\/script>");
3636
$body.append("<script type='text/javascript' src='../leaflet/config.js'><\/script>");
37+
$body.append("<script type='text/javascript' src='../component/config.js'><\/script>");
3738
$body.append("<script type='text/javascript' src='./config.js'><\/script>");
3839
$body.append("<script type='text/javascript' src='../js/localization.js'><\/script>");
3940
$body.append("<script type='text/javascript' src='../js/common.js'><\/script>");

examples/classic/examples.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
$body.append("<script type='text/javascript' src='../openlayers/config.js'><\/script>");
3838
$body.append("<script type='text/javascript' src='../mapboxgl/config.js'><\/script>");
3939
$body.append("<script type='text/javascript' src='../leaflet/config.js'><\/script>");
40+
$body.append("<script type='text/javascript' src='../component/config.js'><\/script>");
4041
$body.append("<script type='text/javascript' src='./config.js'><\/script>");
4142
$body.append("<script type='text/javascript' src='../js/localization.js'><\/script>");
4243
$body.append("<script type='text/javascript' src='../js/common.js'><\/script>");

examples/mapboxgl/components_animate_marker_layer_vue.html renamed to examples/component/components_animate_marker_layer_vue.html

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)