Skip to content

Commit

Permalink
docs: fix changelog type error
Browse files Browse the repository at this point in the history
  • Loading branch information
eyelly-wu committed Sep 25, 2023
1 parent c47fa2d commit 80b11c4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/dist/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ English | [简体中文](https://github.com/i18n-pro/vue/blob/v1.1.0/docs/dist/C

&emsp;&emsp;[[1.1.0] - 2023-09-25](#110---2023-09-25)<br/>
&emsp;&emsp;&emsp;&emsp;[API](#110-api)<br/>
&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;[Added](#110-api-added)<br/>
&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;[Changed](#110-api-changed)<br/>
&emsp;&emsp;[[1.0.0] - 2023-09-09](#100---2023-09-09)<br/>
&emsp;&emsp;&emsp;&emsp;[API](#100-api)<br/>
&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;[Added](#100-api-added)<br/>
Expand All @@ -21,7 +21,7 @@ English | [简体中文](https://github.com/i18n-pro/vue/blob/v1.1.0/docs/dist/C

<h3 id="110-api">API</h3>

<h4 id="110-api-added">Added</h4>
<h4 id="110-api-changed">Changed</h4>

* Adjust the property names returned by `useI18n`
* `$t` -> `t`
Expand Down
4 changes: 2 additions & 2 deletions docs/dist/CHANGELOG_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

&emsp;&emsp;[[1.1.0] - 2023-09-25](#110---2023-09-25)<br/>
&emsp;&emsp;&emsp;&emsp;[API](#110-api)<br/>
&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;[Added](#110-api-added)<br/>
&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;[Changed](#110-api-changed)<br/>
&emsp;&emsp;[[1.0.0] - 2023-09-09](#100---2023-09-09)<br/>
&emsp;&emsp;&emsp;&emsp;[API](#100-api)<br/>
&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;[Added](#100-api-added)<br/>
Expand All @@ -21,7 +21,7 @@

<h3 id="110-api">API</h3>

<h4 id="110-api-added">Added</h4>
<h4 id="110-api-changed">Changed</h4>

* 调整 `useI18n` 返回的属性名
* `$t` -> `t`
Expand Down
2 changes: 1 addition & 1 deletion docs/src/changelog/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function V_1_1_0() {
version="1.1.0"
date="2023-09-25"
api={{
added: [
changed: [
'U',
[
t('调整{0}返回的属性名', ' `useI18n` '),
Expand Down

0 comments on commit 80b11c4

Please sign in to comment.