三郎

Results 4 issues of 三郎

OS: macOS High Sierra 10.13.6 vue-snotify: v3.2.1 vue: v2.5.21 no error, no waring, no display snotify. ```vue import Snotify, { SnotifyPosition } from 'vue-snotify' const options = { toast: {...

Remove peerDependencies. Edit vue version.

Vue version 2.6.11 is too high. ![image](https://user-images.githubusercontent.com/5937330/130984344-e7d6cd42-af47-45f3-9356-bb45169a5fb5.png) Can't `peerDependencies` be removed or downward compatible?

``` import Model from 'js-model' const modelTest = new Model({ a: { type: Array, defalut: [] } }) console.log(modelTest.parse({})) ``` 返回结果 ``` { a: { type: null, defalut: Array(0) }...