Skip to content

Commit

Permalink
chore: remove rich-text-editor
Browse files Browse the repository at this point in the history
  • Loading branch information
kagol committed Oct 28, 2024
1 parent 2b9051b commit a820097
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions examples/sites/demos/pc/menus.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,14 +143,6 @@ export const cmpMenus = [
{ 'nameCn': '弹出上传', 'name': 'PopUpload', 'key': 'pop-upload' },
{ 'nameCn': '单选框', 'name': 'Radio', 'key': 'radio' },
{ 'nameCn': '评分', 'name': 'Rate', 'key': 'rate' },
{
'nameCn': '富文本编辑器',
'name': 'RichTextEditor',
'key': 'rich-text-editor',
'meta': {
'experimental': '3.10.0'
}
},
{ 'nameCn': '搜索', 'name': 'Search', 'key': 'search' },
{ 'nameCn': '选择器', 'name': 'Select', 'key': 'select' },
{ 'nameCn': '滑块', 'name': 'Slider', 'key': 'slider' },
Expand Down

0 comments on commit a820097

Please sign in to comment.