Skip to content

Commit f3d93ae

Browse files
committed
fix: ypdate demo and menu.json
1 parent 4a3d666 commit f3d93ae

3 files changed

Lines changed: 108 additions & 99 deletions

File tree

apps/showcase/__store__/index.mjs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -682,10 +682,18 @@ export const Store = {
682682
},
683683
},
684684
'rating': {
685+
'allow-half-demo': {
686+
'component': React.lazy(() => import('demo/rating/allow-half-demo.tsx')),
687+
'filePath': 'demo/rating/allow-half-demo.tsx',
688+
},
685689
'basic-demo': {
686690
'component': React.lazy(() => import('demo/rating/basic-demo.tsx')),
687691
'filePath': 'demo/rating/basic-demo.tsx',
688692
},
693+
'controlled-demo': {
694+
'component': React.lazy(() => import('demo/rating/controlled-demo.tsx')),
695+
'filePath': 'demo/rating/controlled-demo.tsx',
696+
},
689697
'disabled-demo': {
690698
'component': React.lazy(() => import('demo/rating/disabled-demo.tsx')),
691699
'filePath': 'demo/rating/disabled-demo.tsx',

apps/showcase/assets/menu/menu.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
"name": "Misc",
211211
"children": [
212212
{
213-
"name": "AnimteOnScroll",
213+
"name": "AnimateOnScroll",
214214
"to": "/docs/components/animateonscroll"
215215
},
216216
{

0 commit comments

Comments
 (0)