Skip to content

Commit 63b7896

Browse files
committed
Merge branch 'lang-ja' into feature/apply-new-textlint-preset
* lang-ja: (28 commits) fix: json format quotation feature: add Vue 3 vueschool links Update custom-directive.md Fix: broken gif url fix: unify the words and leave colon as it is API Reference > Options DOM の翻訳を追従 (#396) API Reference > Options Data の翻訳を追従 (#395) Cookbook の翻訳を追従 (#394) docs: elaborate on how style auto-prefixing works (#393) Update introduction.md (#392) docs: a few improvements (#391) The description of this in setup is inconsistent with the source code (#388) Add onActivated and onDeacitvated hooks to the list (#387) docs: update recommended node version (#386) fix: use method shorthands and switch indexOf to includes (#385) fix: prevent CodePens from stealing focus and scrolling the page (#384) docs: Update key-attribute.md (#383) Add created hook to custom directives code example (#382) API Reference > Global API の翻訳を追従 (#376) guide/typescript-support.mdのtypoを修正(肩→型) (#403) ...
2 parents e213d47 + 97b2d16 commit 63b7896

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+1092
-273
lines changed

src/.vuepress/config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ const sidebar = {
66
children: [
77
'/cookbook/',
88
'/cookbook/editable-svg-icons',
9-
// '/cookbook/debugging-in-vscode'
9+
'/cookbook/debugging-in-vscode',
10+
'/cookbook/automatic-global-registration-of-base-components'
1011
]
1112
}
1213
],
@@ -171,6 +172,7 @@ const sidebar = {
171172
],
172173
migration: [
173174
'/guide/migration/introduction',
175+
'/guide/migration/migration-build',
174176
{
175177
title: '詳細',
176178
collapsable: false,
610 KB
Loading
536 KB
Loading
518 KB
Loading
Loading
Loading
Loading

src/api/composition-api.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@ The component instance context is also set during the synchronous execution of l
117117
- `errorCaptured` -> `onErrorCaptured`
118118
- `renderTracked` -> `onRenderTracked`
119119
- `renderTriggered` -> `onRenderTriggered`
120+
- `activated` -> `onActivated`
121+
- `deactivated` -> `onDeactivated`
122+
120123

121124
- **See also**: [Composition API lifecycle hooks](../guide/composition-api-lifecycle-hooks.html)
122125

0 commit comments

Comments
 (0)