Skip to content

when I you use composition api code approach in store it doesn't display any data  #58

Open
@alikasmou

Description

@alikasmou

`import { defineStore } from "pinia";
import { computed, ref } from "vue";

export const useFormsStore = defineStore({
id: "forms-store",
state: () => {
//properties
const forms = ref();
const filters = ref();
const errors = ref({});
......`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions