diff --git a/doric-demo/index.ts b/doric-demo/index.ts index 222866bd..5f778ea2 100644 --- a/doric-demo/index.ts +++ b/doric-demo/index.ts @@ -1,3 +1,7 @@ export default [ - 'src/SliderInListDemo', + 'src/Counter', + 'src/Snake', + 'src/ComplicatedAnimations', + 'src/.*Demo', + 'src/Gobang', ] \ No newline at end of file