File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# TypeScript Support
2
2
3
- :::tip Support Version
3
+ :::tip Supported Versions
4
4
:new : 9.2+
5
5
:::
6
6
Original file line number Diff line number Diff line change 1
1
# Web components
2
2
3
- :::tip Support Version
3
+ :::tip Supported Versions
4
4
:new : 9.2+
5
5
:::
6
6
@@ -82,7 +82,7 @@ import I18nHost from './components/I18nHost.ce.vue'
82
82
83
83
const I18nHostElement = defineCustomElement (I18nHost)
84
84
85
- export { I18nHostElement }
85
+ export { I18nHostElement }
86
86
```
87
87
88
88
以下のような ` useI18n ` が実装、そして exportされた Web Components を:
Original file line number Diff line number Diff line change 1
1
# TypeScript Support
2
2
3
- :::tip Support Version
3
+ :::tip Supported Versions
4
4
:new : 9.2+
5
5
:::
6
6
Original file line number Diff line number Diff line change 1
1
# Web components
2
2
3
- :::tip Support Version
3
+ :::tip Supported Versions
4
4
:new : 9.2+
5
5
:::
6
6
@@ -81,7 +81,7 @@ import I18nHost from './components/I18nHost.ce.vue'
81
81
82
82
const I18nHostElement = defineCustomElement (I18nHost)
83
83
84
- export { I18nHostElement }
84
+ export { I18nHostElement }
85
85
```
86
86
87
87
The following ` useI18n ` implements and exports Web Components to:
You can’t perform that action at this time.
0 commit comments