Añadiendo todo el proyecto

This commit is contained in:
María
2025-09-17 15:07:20 +02:00
parent b6433595e5
commit 78b82d351e
103 changed files with 15500 additions and 0 deletions

7
plugins/vuex.server.js Normal file
View File

@@ -0,0 +1,7 @@
import { kitecosocialStore } from '~/store/index';
export default defineNuxtPlugin((nuxtApp) => {
const store = kitecosocialStore()
nuxtApp.vueApp.use(store)
nuxtApp.provide('store', store)
});