export const piniaLanguagePlugin = ({ store, options }) => { if (store.$id === 'syncConfig') { store.$onAction(({ store }) => { console.log(store) }) } }