当某个页面的中英文内容是变化的,可以存储到数据库,然后根据不同的语言判断取不同的值

watch: {
    '$i18n.locale'(newValue) {
      if (this.$i18n.locale === 'zh-CN') {
       
      } else if (this.$i18n.locale === 'en-US') {
        
      }
    }
  }

 

Logo

前往低代码交流专区

更多推荐