Skip to content

Commit 2da1045

Browse files
committed
docs: avoid vitepress cache hits (cannot generate japanese docs)
1 parent a1ac943 commit 2da1045

File tree

9 files changed

+9
-1
lines changed

9 files changed

+9
-1
lines changed

docs/.vitepress/theme/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { h } from 'vue'
1+
import { h, watch } from 'vue'
22
import DefaultTheme from 'vitepress/dist/client/theme-default'
33
import Layout from './Layout.vue'
44
import Sponsor from './components/Sponsor.vue'

docs/ja/api/component.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Components
22

3+
34
## BaseFormatProps
45

56
BaseFormat Props for Components that is offered Vue I18n

docs/ja/api/composition.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Composition API
22

3+
34
## Composer
45

56
Composer interfaces

docs/ja/api/directive.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Directives
22

3+
34
## TranslationDirective
45

56
Translation Directive (`v-t`)

docs/ja/api/general.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# General
22

3+
34
## createI18n
45

56
Vue I18n factory

docs/ja/api/injection.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Component Injections
22

3+
34
## ComponentCustomOptions
45

56
Component Custom Properties for Vue I18n

docs/ja/api/legacy.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Legacy API
22

3+
34
## DateTimeFormatResult
45

56
**Signature:**

docs/ja/ecosystem/official.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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.

docs/ja/ecosystem/third.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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.

0 commit comments

Comments
 (0)