Skip to content

Commit

Permalink
chore(fluent-editor): remove meta experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
kagol committed Oct 28, 2024
1 parent bbd3be7 commit d867b99
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ title: FluentEditor 富文本

# FluentEditor 富文本

<div>用于创建和编辑富文本内容。</div>
<div>基于框架无关的 <a href="https://opentiny.github.io/fluent-editor/" target="_blank">@opentiny/fluent-editor</a> 富文本,用于创建和编辑富文本内容。</div>
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
export default {
column: '2',
owner: '',
meta: {
experimental: '3.17.0'
},
demos: [
{
demoId: 'basic-usage',
Expand Down
9 changes: 1 addition & 8 deletions examples/sites/demos/pc/menus.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,14 +134,7 @@ export const cmpMenus = [
{ 'nameCn': '日期选择器', 'name': 'DatePicker', 'key': 'date-picker' },
{ 'nameCn': '下拉时间', 'name': 'DropTimes', 'key': 'drop-times' },
{ 'nameCn': '文件上传', 'name': 'FileUpload', 'key': 'file-upload' },
{
'nameCn': '富文本',
'name': 'FluentEditor',
'key': 'fluent-editor',
'meta': {
'experimental': '3.17.0'
}
},
{ 'nameCn': '富文本', 'name': 'FluentEditor', 'key': 'fluent-editor' },
{ 'nameCn': '表单', 'name': 'Form', 'key': 'form' },
{ 'nameCn': '输入框', 'name': 'Input', 'key': 'input' },
{ 'nameCn': ' IP地址输入框', 'name': 'IpAddress', 'key': 'ip-address' },
Expand Down

0 comments on commit d867b99

Please sign in to comment.