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 54ea703 commit 84a4e22Copy full SHA for 84a4e22
stores/feedback.js
@@ -1,6 +1,6 @@
1
import { v4 as uuidv4 } from "uuid"
2
3
-export const use_feedback_store = defineStore("feedback", {
+export const useFeedbackStore = defineStore("feedback", {
4
state: () => ({
5
feedbacks: [],
6
server_error: false,
0 commit comments