diff --git a/examples/sites/demos/apis/select.js b/examples/sites/demos/apis/select.js index c48209760..463129f6a 100644 --- a/examples/sites/demos/apis/select.js +++ b/examples/sites/demos/apis/select.js @@ -843,9 +843,20 @@ export default { 'en-US': 'Pull down the bottom slot of the pop-up box' }, mode: ['pc', 'mobile-first'], - pcDemo: 'slot-footer', + pcDemo: 'slot-header-footer', mfDemo: 'slot-footer' }, + { + name: 'dropdown', + type: '', + defaultValue: '', + desc: { + 'zh-CN': '下拉弹框顶部插槽', + 'en-US': 'Pull down the pop-up box slot' + }, + mode: ['pc', 'mobile-first'], + pcDemo: 'slot-header-footer' + }, { name: 'prefix', type: '', diff --git a/examples/sites/demos/pc/app/select/slot-footer-composition-api.vue b/examples/sites/demos/pc/app/select/slot-header-footer-composition-api.vue similarity index 77% rename from examples/sites/demos/pc/app/select/slot-footer-composition-api.vue rename to examples/sites/demos/pc/app/select/slot-header-footer-composition-api.vue index 14830de86..506a79c2e 100644 --- a/examples/sites/demos/pc/app/select/slot-footer-composition-api.vue +++ b/examples/sites/demos/pc/app/select/slot-header-footer-composition-api.vue @@ -1,6 +1,11 @@