This repository has been archived by the owner on Apr 22, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
23 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -114,6 +114,16 @@ module.exports = { | |
|
||
Whether to set up a birdge to migrate to `[email protected]` from `[email protected]`, Default `No` in prompt. | ||
|
||
### `includeLocales` | ||
|
||
- **Type:** `boolean` | ||
- **Default in prompt:** `false` | ||
- **Support project Vue version:** Vue 2 only | ||
|
||
When `enableBridge` is `true`, i.e. in birdge mode, whether localization messags placed in `localeDir` option should be pre-compiled by message compiler or not. | ||
|
||
If you use Composition API in bridge mode, this option must be `true` because all localization messages are bundled during production build. | ||
|
||
### `runtimeOnly` | ||
- **Type:** `boolean` | ||
- **Default(No Prompt):** `false` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters