petite-vue icon indicating copy to clipboard operation
petite-vue copied to clipboard

6kb subset of Vue optimized for progressive enhancement

Results 20 petite-vue issues
Sort by recently updated
recently updated
newest added

the fix permits nesting an element with a v-if attribute inside a template tag with a v-for attribute like so: ``` {{ item }} ```

The `raw` variable was modified to remove any modifiers, then later used to attempt to remove the attribute; `el.removeAttribute(raw)`. But if a modifier was present - `@click.prevent`, the `removeAttribute` attempts...

[Since 2022-01-18, the `@vue/reactivity` merged PRs](https://github.com/vuejs/core/pulls?q=label%3A%22scope%3A+reactivity%22+merged%3A%3E2022-01-18): - https://github.com/vuejs/core/pull/5575 - https://github.com/vuejs/core/pull/5912 - https://github.com/vuejs/core/pull/9055 - https://github.com/vuejs/core/pull/9497

I am so excited, this is my first pull request on github, I dont know typescript, and I wish this pull request accepted I did this commit to distribute custom...

Updated the Petite Vue version number inside the Production CDN examples to 0.4.1 from 0.2.2 since there are some significant fixes and changes between the two.

Regarding Petite-vue, when I downloaded it locally, renamed it and used it, I may not have paid attention to what version of the code is. There are versions for common...