mirror of
https://github.com/Pandipipas/scoreko-dev.git
synced 2026-06-06 03:32:06 +00:00
Add players replicant schema and dashboard CRUD (#5)
* Add players replicant and dashboard CRUD * Fix players table typing
This commit is contained in:
@@ -10,3 +10,4 @@ const thisBundle = 'nodecg-vue-ts-template';
|
||||
* For more information see https://github.com/Dan-Shields/nodecg-vue-composable
|
||||
*/
|
||||
export const exampleReplicant = useReplicant<Schemas.ExampleReplicant>('exampleReplicant', thisBundle);
|
||||
export const playersReplicant = useReplicant<Schemas.Players>('players', thisBundle);
|
||||
|
||||
Reference in New Issue
Block a user