三郎
三郎
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.  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) }...