Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[project-library-manage] 音声ライブラリ管理画面のモックを追加 #1453

Merged
2 changes: 2 additions & 0 deletions src/components/CharacterTryListenCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ const props =
speakerUuid: SpeakerId;
styleId: StyleId;
index: number;
// playingには上記の要素が必須、それ以外の要素があっても可
[key: string]: unknown;
y-chan marked this conversation as resolved.
Show resolved Hide resolved
};
togglePlayOrStop: (
speakerUuid: SpeakerId,
Expand Down
Loading