-
Right now we're using two ways to send notification to modules. One is with Vuex and watchers and another one using our own publisher/subscriber events model. We probably should create guidelines on w…
-
## The dependency [vuex](https://github.com/vuejs/vuex) was updated from `3.0.1` to `3.1.0`.
🚨 [View failing branch](https://github.com/andoshin11/spa-playground/compare/master...andoshin11:greenkee…
-
## The devDependency [vuex](https://github.com/vuejs/vuex) was updated from `3.0.1` to `3.1.0`.
🚨 [View failing branch](https://github.com/1stop-st/frame/compare/master...1stop-st:greenkeeper%2Fvuex…
-
## 前言
组件是 vue.js最强大的功能之一,而组件实例的作用域是相互独立的,这就意味着不同组件之间的数据无法相互引用。一般来说,组件可以有以下几种关系:
![image](http://upload-images.jianshu.io/upload_images/3174701-7a15ec352b4e7d84?imageMogr2/auto-orient/strip%7CimageVi…
-
After installing this plug-in, an auto-import was missing, `import './tailwind.css';` should be injected into `main.ts` to let tailwindcss work.
It's my **package.json:**
```json
"dependencies"…
-
Every time a page is loaded I get this message:
```
[Vue warn]: Property or method "loading" is not defined on the instance but referenced during render. Make sure that this property is reactive, …
-
## 功能
- [x] 轮播
- [x] 搜索
- [x] 列表
- [x] 懒加载
- [x] 简单动画
- [x] loading
- [x] vue-router.ts
- [x] vuex.ts
- [x] vue-class-component使用
- [x] vuex-class使用
- [x] xxx.d.ts声明文件
…
-
Please excuse the total n00b question, I'm just trying to understand how this is meant to be used in the most type-safe way.
I've got a module that looks like this:
```ts
@Module({
name: "auth…
-
I'm using vue ^2.5.2 and vue-animated-list ^1.0.2.
I get the following stack trace:
```javascript
Uncaught TypeError: Cannot read property 'diff' of undefined
at install (vue-animated-list…
-
I'm using Vue 3 + Typescript with `vue /cli`, but I'm not getting it to work.
`/store/counter.ts`
```ts
import { Module, VuexModule, Mutation, Action } from 'vuex-module-decorators'
@Module
…