We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 251fc6f commit 68a75b1Copy full SHA for 68a75b1
template/file/sample.n2d
10.4 KB
template/mock/content/sample.json
template/package.json
@@ -35,7 +35,7 @@
35
"globals": "^16.0.0",
36
"jsdom": "^26.1.0",
37
"typescript": "^5.8.3",
38
- "vite": "^6.3.1",
+ "vite": "^6.3.2",
39
"vitest": "^3.1.1",
40
"vitest-webgl-canvas-mock": "^1.1.0"
41
},
template/src/view/home/HomeViewModel.ts
@@ -32,7 +32,7 @@ export class HomeViewModel extends ViewModel
32
* Generate animation from Animation Tool's JSON
33
*/
34
const homeContent = homeButtonTemplate();
- view.addChild(homeButtonTemplate());
+ view.addChild(homeContent);
/**
* Hello, Worldのテキストを生成
0 commit comments