diff --git a/examples/sites/demos/pc/app/grid/slot/editor-slot.vue b/examples/sites/demos/pc/app/grid/slot/editor-slot.vue new file mode 100644 index 0000000000..bfc923ff5b --- /dev/null +++ b/examples/sites/demos/pc/app/grid/slot/editor-slot.vue @@ -0,0 +1,83 @@ + + + \ No newline at end of file diff --git a/examples/sites/demos/pc/app/grid/webdoc/grid-slot.js b/examples/sites/demos/pc/app/grid/webdoc/grid-slot.js index d5b4a67626..c66448c014 100644 --- a/examples/sites/demos/pc/app/grid/webdoc/grid-slot.js +++ b/examples/sites/demos/pc/app/grid/webdoc/grid-slot.js @@ -19,6 +19,12 @@ export default { 'name': { 'zh-CN': '空数据显示插槽', 'en-US': 'Empty data display slot' }, 'desc': { 'zh-CN': '详细用法参考如下示例', 'en-US': 'For details, see the following example.' }, 'codeFiles': ['slot/empty-slot.vue'] + }, + { + 'demoId': 'slot-editor-slot', + 'name': { 'zh-CN': '编辑器插槽', 'en-US': 'Editor slot' }, + 'desc': { 'zh-CN': '详细用法参考如下示例', 'en-US': 'For details, see the following example.' }, + 'codeFiles': ['slot/editor-slot.vue'] } ], apis: [{ 'name': 'grid-slot', 'type': 'component', 'properties': [], 'events': [], 'slots': [] }]