You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: update verbiage on recommendation on petite-vue (#3273)
* Update ways-of-using-vue.md
Change language of petite-vue to reflect its current status
* docs: update verbiage
---------
Co-authored-by: Ben Hong <ben@bencodezen.io>
Copy file name to clipboardExpand all lines: src/guide/extras/ways-of-using-vue.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ We believe there is no "one size fits all" story for the web. This is why Vue is
6
6
7
7
Vue can be used as a standalone script file - no build step required! If you have a backend framework already rendering most of the HTML, or your frontend logic isn't complex enough to justify a build step, this is the easiest way to integrate Vue into your stack. You can think of Vue as a more declarative replacement of jQuery in such cases.
8
8
9
-
Vue also provides an alternative distribution called [petite-vue](https://github.com/vuejs/petite-vue) that is specifically optimized for progressively enhancing existing HTML. It has a smaller feature set, but is extremely lightweight and uses an implementation that is more efficient in no-build-step scenarios.
9
+
We previously provided an alternative distribution called [petite-vue](https://github.com/vuejs/petite-vue) that was specifically optimized for progressively enhancing existing HTML. However, petite-vue is no longer actively maintained, with the last version published at Vue 3.2.27.
10
10
11
11
## Embedded Web Components {#embedded-web-components}
0 commit comments