vue-cli-plugin-moment icon indicating copy to clipboard operation
vue-cli-plugin-moment copied to clipboard

the pluginOptions doesn't work

Open llqgit opened this issue 5 years ago • 0 comments

I use vue ui

module.exports = {
  pluginOptions: {
    moment: {
      locales: [
        'zh-cn'
      ]
    }
  }
}

llqgit avatar Apr 14 '20 06:04 llqgit