perf: dynamic options demo

This commit is contained in:
ckl1
2022-07-01 09:46:38 +08:00
parent 5e292f8a2b
commit 9a3b6177aa
4 changed files with 18 additions and 2 deletions

View File

@@ -341,7 +341,8 @@ export default {
position: 'position',
left: 'left',
center: 'center',
right: 'right'
right: 'right',
dynamicOptions: 'Dynamic options'
},
stickyDemo: {
sticky: 'Sticky'

View File

@@ -338,7 +338,8 @@ export default {
position: '位置',
left: '左',
center: '中',
right: '右'
right: '右',
dynamicOptions: '动态选项'
},
stickyDemo: {
sticky: '黏性'