-
Hello, thanks for your work on this.
I'm creating a headless WordPress site, and for my use case the client needs to be able to add/modify their Google Map API key via a WordPress plugin - long sto…
-
Hi, I want to premise that this problem is not effecting the usability for me at all (but the error is bothering me still), so when using the grid of example 06-responsive grid-layout I get this weird…
-
### Version
4.0.0-beta.1
### Reproduction link
[https://vuex.vuejs.org/guide/getters.html](https://vuex.vuejs.org/guide/getters.html)
### Steps to reproduce
Go to https://vuex.vue…
-
### Steps to reproduce
I am using a composition to watch the total number of notifications from pagination-data:
```js
import { computed, ref, watch } from '@vue/composition-api';
import { use…
-
1、vue-cli 项目搭建完成。
2、通过vuex-class的@Getter 调用定义好的 getter方法报未定义类型
import { State, Action, Getter } from "vuex-class";
@Component
export default class Main extends Vue {
@Getter load: boole…
-
vite.config.js add watcher `.env.local`
`plugin: [`
` ViteRestart({`
`restart: ["vite.config.js", ".env.local"]`
`})`
`]`
`server: {`
`port: 8080`
`}`
**start project with `vite`,then…
-
Hey,
I'm using nuxt-property-decorator which just exports some stuff of this module. So I'm reporting it here, because i think it's not a question for the nuxt-property-decorator module.
I've create…
-
## 内容
アプリの起動シーケンスを見ると、アプリが起動した後、エンジンを起動させてから、UIを起動します。
この流れはまあわかりやすいんですが、マルチエンジンの場合にUIからエンジンを起動させるような挙動する必要が出てきたりとか、あとエンジンの起動に失敗したことをUI側に知らせる必要があったりとかで、データの流れがややこしくなって来ました。
一貫してUI側からエンジンを起動するよう…
-
### What problem does this feature solve?
When values within a component's reactive data or vuex state are not reactive, 99% of the time it's because the developer did not set things right. (e.g sta…
-
### Version
"vuex": "^4.1.0"
### Describe the bug
After registering the module dynamically, devtool shows that the state and getters are recomputed, but the getter-related views are not updated.
…