Skip to content

Commit 2d4d2a3

Browse files
committed
update docs
1 parent 9ad4f39 commit 2d4d2a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/petite-vue-i18n/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ Small size subset of Vue I18n
88

99
- The Size is smaller than vue-i18n
1010
- For CDN or without a Bundler
11-
- The code size can be reduced by up to about 50%
11+
- Reduce size: runtime + compiler `~36%`, runtime only `~49%`
1212
- `petite-vue-i18n`: runtime + compiler `~7.48KB`, runtime only `~4.07KB` (production build, brotli compression)
1313
- `vue-i18n`: runtime + compiler `~11.71KB`, runtime only `~8.30KB` (production build, brotli compression)
1414
- ES Modules for browser
15-
- runtime + compiler 35%, runtime only 49%
15+
- Reduce size: runtime + compiler `~35%`, runtime only `~49%`
1616
- `petite-vue-i18n`: runtime + compiler `~7.51KB`, runtime only `~4.09KB` (production build, brotli compression)
1717
- `vue-i18n`: runtime + compiler `~11.73KB`, runtime only `~8.34KB` (production build, brotli compression)
1818
- The legacy API is not supported, **only the composition API**

0 commit comments

Comments
 (0)