Skip to content

useStore always throws You must use this function within the "setup()" method in Vue2.7 + Vuex3.6 app #22

Open
@christian-benseler-farm

Description

I'm trying to follow the example to use useStore within an Vue2 app with Vuex3.
I wrote a simple component just to initialize the store:

 import { defineComponent } from 'vue';
 import { useStore } from '@vueblocks/vue-use-vuex';
 export default defineComponent({	
	setup() {
		const store = useStore();
	},
});

The compiler always throws the error and warning:
You must use this function within the "setup()" method

Is there any limitation to use the vue-use-vuex with Vue2.7 and Vuex3.6?

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