ivia
ivia copied to clipboard
A reactive & model-driven MVVM framework for jQuery with Vue-like interface.
Results
7
ivia issues
Sort by
recently updated
recently updated
newest added
See https://github.com/vuejs/vue/issues/224
```js if (selector === 'string') { ``` Should be ```js if (typeof selector === 'string') { ```