Jul 14, 2024
defineStore and other necessary functions.stores directory to Nuxt imports for automatic integration.useFriendsStore (TV Show Friends theme).lines.vue to interact with the store.useFriendsStore to get the state in the component.addCharacter(name, line) to add a new character with a line of dialogue.getLineByName(name) to retrieve a character's line by their name.