MASSIVE refactor, replacing instance module with store, separating emoji stuff into its own store, making sure everything refers to new stores (WIP)
This commit is contained in:
parent
dc7308766c
commit
5bdf341560
95 changed files with 801 additions and 833 deletions
7
src/lib/language_plugin.js
Normal file
7
src/lib/language_plugin.js
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
export const piniaLanguagePlugin = ({ store, options }) => {
|
||||
if (store.$id === 'serverSideStorage') {
|
||||
store.$onAction(({ store }) => {
|
||||
console.log(store)
|
||||
})
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue