We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c0e146 commit 696c6d6Copy full SHA for 696c6d6
README.md
@@ -56,9 +56,9 @@ Or, use the ES module build:
56
57
The short CDN URL is meant for prototyping. For production usage, use a fully resolved CDN URL to avoid resolving and redirect cost:
58
59
-- Global build: `https://unpkg.com/petite-vue@0.2.0/dist/petite-vue.iife.js`
+- Global build: `https://unpkg.com/petite-vue@0.2.2/dist/petite-vue.iife.js`
60
- exposes `PetiteVue` global, supports auto init
61
-- ESM build: `https://unpkg.com/petite-vue@0.2.0/dist/petite-vue.es.js`
+- ESM build: `https://unpkg.com/petite-vue@0.2.2/dist/petite-vue.es.js`
62
- Must be used with `<script type="module">`
63
64
### Root Scope
0 commit comments