This is my vuex store file:
export const posts = { namespaced: true, state: { currentPost: \'\', posts: [], }, mutations: {