並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 1 件 / 1件

新着順 人気順

nuxt-i18nの検索結果1 - 1 件 / 1件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

nuxt-i18nに関するエントリは1件あります。 人気エントリには 『nuxt-i18nでno_prefixを使用する - Qiita』があります。
  • nuxt-i18nでno_prefixを使用する - Qiita

    modules: [ : 'nuxt-i18n' ], i18n: { : strategy: 'no_prefix', // ロケールプレフィックスを含まなくする }, 言語の切り替え方法 vue-i18nの拡張メソッド setLocale or setLocaleCookie を使用する。 ちなみに、nuxt-i18nをインストールだけで this.$i18n が使える。 <template lang="pug"> template(v-for="locale in locales") .a(@click="changeLocale(locale.code)") {{$t('val')}} </template> <script lang="ts"> import { Component, Vue } from 'nuxt-property-decorator'; @Component

      nuxt-i18nでno_prefixを使用する - Qiita
    1

    新着記事