Anthony Fu
Anthony Fu
## Summary Support built-in `v-model` binding for the native [`` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details) and [`` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog). ## Links - [Full Rendered Proposal](https://github.com/vuejs/rfcs/blob/feat/details-/active-rfcs/0000-details-element-v-model.md) - Discussion Thread: https://github.com/vuejs/rfcs/discussions/495) - Implementation PR: https://github.com/vuejs/core/pull/8048 - Docs...
Extract SVG/Components transformers out as a standalone file, and create snapshot testing for them to make sure we don't accidentally breaks them. PR welcome if anyone wants to help. Thanks.
#### Prerequisites checklist - [x] I have read the [contributing guidelines](https://github.com/eslint/eslint/blob/HEAD/CONTRIBUTING.md). #### What is the purpose of this pull request? (put an "X" next to an item) [ ] Documentation...
Working in progress, many regex still need to fix. Help is much appreciated; if you are interested - feel free to send PRs against this branch!
### Clear and concise description of the problem https://github.com/antfu/eslint-plugin-format/issues/1 Similar to https://eslint.vuejs.org/rules/script-indent.html#options ### Suggested solution Introduce an option for the processor ### Alternative _No response_ ### Additional context _No response_...
- https://github.com/tsayen/dom-to-image - Share API, #88 - https://github.com/eligrey/FileSaver.js/
Currently pwa will cache visited pages for offline use. In offline mode, when user visits a page he/she never visited online, the page will failed. The service worker should precache...