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'
22import DefaultTheme from 'vitepress/dist/client/theme-default'
33import Layout from './Layout.vue'
44import Sponsor from './components/Sponsor.vue'
Original file line number Diff line number Diff line change 11# Components
22
3+
34## BaseFormatProps
45
56BaseFormat Props for Components that is offered Vue I18n
Original file line number Diff line number Diff line change 11# Composition API
22
3+
34## Composer
45
56Composer interfaces
Original file line number Diff line number Diff line change 11# Directives
22
3+
34## TranslationDirective
45
56Translation Directive (` v-t ` )
Original file line number Diff line number Diff line change 11# General
22
3+
34## createI18n
45
56Vue I18n factory
Original file line number Diff line number Diff line change 11# Component Injections
22
3+
34## ComponentCustomOptions
45
56Component Custom Properties for Vue I18n
Original file line number Diff line number Diff line change 11# Legacy API
22
3+
34## DateTimeFormatResult
45
56** Signature:**
Original file line number Diff line number Diff line change 11# Official tooling
22
3+
34## Vue CLI Plugin
45
56[ 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 11# Third-party tooling
22
3+
34## Nuxt Module
45
56[ 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