File tree Expand file tree Collapse file tree 9 files changed +9
-1
lines changed Expand file tree Collapse file tree 9 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
- import { h } from 'vue'
1
+ import { h , watch } from 'vue'
2
2
import DefaultTheme from 'vitepress/dist/client/theme-default'
3
3
import Layout from './Layout.vue'
4
4
import Sponsor from './components/Sponsor.vue'
Original file line number Diff line number Diff line change 1
1
# Components
2
2
3
+
3
4
## BaseFormatProps
4
5
5
6
BaseFormat Props for Components that is offered Vue I18n
Original file line number Diff line number Diff line change 1
1
# Composition API
2
2
3
+
3
4
## Composer
4
5
5
6
Composer interfaces
Original file line number Diff line number Diff line change 1
1
# Directives
2
2
3
+
3
4
## TranslationDirective
4
5
5
6
Translation Directive (` v-t ` )
Original file line number Diff line number Diff line change 1
1
# General
2
2
3
+
3
4
## createI18n
4
5
5
6
Vue I18n factory
Original file line number Diff line number Diff line change 1
1
# Component Injections
2
2
3
+
3
4
## ComponentCustomOptions
4
5
5
6
Component Custom Properties for Vue I18n
Original file line number Diff line number Diff line change 1
1
# Legacy API
2
2
3
+
3
4
## DateTimeFormatResult
4
5
5
6
** Signature:**
Original file line number Diff line number Diff line change 1
1
# Official tooling
2
2
3
+
3
4
## Vue CLI Plugin
4
5
5
6
[ vue-cli-plugin-i18n] ( https://github.com/kazupon/vue-cli-plugin-i18n ) is officially provided as the Vue CLI Plugin.
Original file line number Diff line number Diff line change 1
1
# Third-party tooling
2
2
3
+
3
4
## Nuxt Module
4
5
5
6
[ nuxt-i18n] ( https://github.com/nuxt-community/nuxt-i18n/ ) is corresponding Nuxt.js module.
You can’t perform that action at this time.
0 commit comments