-
Since `transaction-tracker` and `editor-interface` never change (they are singleton instances), we could factor them out into a shared state. Vuex wouldn't be totally necessary, as the state does just…
-
Hi. I use `vue` + `vuex` + `ts` + `nuxt` + `vue-property-decorator` in my project.
I have getter like this:
```typescript
public get polls(): PollData[] {
return this.$store.getters[`polls/get…
-
Currently to add new chain to KodaDot/nft-gallery
I need to:
- extend prefixes in `utils/config/types.ts`
- update `utils/config/chain.config.ts`
- add new prefix in `utils/queryPathResolver.ts`…
-
I have vue project with:
vue with typescript, babel, tslint, vuex-module-decorators and jest
And I have:
**main.ts** file:
```
import Vue from 'vue';
import Toasted from 'vue-toasted';
im…
-
```javascript
export const code = {
firestorePath: 'codelist/{list}/values',
firestoreRefType: 'collection',
moduleName: 'code',
statePropName: 'codes',
namespaced: true,
state: {
…
-
I just install nativescript-vue-navigator to test it with 3 very basic pages (just labels and buttons on them) and this happened (also it crashed on ios).
Then I saw this message in the editor (vsc…
-
Hi,
I need my static module to have a name in order to be able to use `getModule` on it. However, doing so prevents my legacy code from using `$store.dispatch` because `getModule` is used internall…
-
How can I access the getModule without NuxtJS?
I'm using Vuejs. How can I access store states and actions with types? Do I have to have NuxtJS to use getModule?
Why getModule just used in the Nust…
-
Let me repeat: I did all according [Accessing modules with NuxtJS](https://github.com/championswimmer/vuex-module-decorators#accessing-modules-with-nuxtjs) explanations.
Store Module:
```typesc…
-
## 内容
ボイボエディタのコード上で、「保存情報を取ってきてVuex Storeの中に情報を入れる」という操作をする関数は「GET」となっています。
↓例
https://github.com/VOICEVOX/voicevox/blob/96439685f1e8ddd7bf48c23f24ca1d0ac4116561/src/store/ui.ts#L392-L398
GE…