petite-vue
petite-vue copied to clipboard
6kb subset of Vue optimized for progressive enhancement
As the petite-vue distribution can't be used alongside a separate installation of @vue/reactivity, it would be helpful to gain access to the `effect` function via an export. Since `effect` is...
If there is nested component like: ```html {{ $refs.father.innerText }} Hello, PVue ``` This PR should fix this problem
Some times like in dialogs we need access to root component from child nodes, also it is a way to access root element from `v-scope` . the next snippet from...
For now `` is not treated as number type with `v-model` directive. This PR attempts to fix this issue.
This small change allows one to use element properties as values for props defined in `v-scope`. For a toy example: ``` {{ width }} × {{ height }} ```
The TodoMVC example is using lifecycle events to set up routing which was not updated to the post-0.4 syntax
A slight simplification of the build script.
Hello, I am sending the correction for the following error that was occurring @vue_reactivity.js?v=92266816:443 Uncaught RangeError: Maximum call stack size exceeded at isArray () at MutableReactiveHandler.get (@vue_reactivity.js?v=92266816:443:27) at Object.hasOwnProperty (@vue_reactivity.js?v=92266816:422:14)...