Skip to content
This repository was archived by the owner on Jul 4, 2021. It is now read-only.

Commit f863c1f

Browse files
committed
update
1 parent 0c471fb commit f863c1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ About details, See the [here](https://vue-i18n.intlify.dev/guide/advanced/optimi
144144

145145
You can specify options in the plugin option to support bundle size optimization provided by vue-i18n.
146146

147-
The same thing can be [configured](https://vue-i18n-next.intlify.dev/advanced/optimization.html#reduce-bundle-size-with-feature-build-flags) with the `define` option, but the plugin option is more friendly. Especially if you are using typescript, you can use intelisense.
147+
The same thing can be [configured](https://vue-i18n.intlify.dev/guide/advanced/optimization.html#reduce-bundle-size-with-feature-build-flags) with the `define` option, but the plugin option is more friendly. Especially if you are using typescript, you can use intelisense.
148148

149149
About details, See the below section
150150

@@ -171,7 +171,7 @@ About details, See the below section
171171

172172
Whether to make vue-i18n's API only composition API. **By default the legacy API is tree-shaken.**
173173

174-
For more details, See [here](https://vue-i18n-next.intlify.dev/advanced/optimization.html#reduce-bundle-size-with-feature-build-flags)
174+
For more details, See [here](https://vue-i18n.intlify.dev/guide/advanced/optimization.html#reduce-bundle-size-with-feature-build-flags)
175175

176176
### `fullInstall`
177177

@@ -182,7 +182,7 @@ About details, See the below section
182182

183183
If `false` is specified, **buld-in components and directive will not be installed in vue and will be tree-shaken.**
184184

185-
For more details, See [here](https://vue-i18n-next.intlify.dev/advanced/optimization.html#reduce-bundle-size-with-feature-build-flags)
185+
For more details, See [here](https://vue-i18n.intlify.dev/guide/advanced/optimization.html#reduce-bundle-size-with-feature-build-flags)
186186

187187
### `forceStringify`
188188

0 commit comments

Comments
 (0)