Синтаксическая ошибка на encoderForArrayFormat в IE - PullRequest
0 голосов
/ 19 февраля 2019

Я использую Nuxt 2.4

В среде разработчиков у меня возникла эта проблема.

enter image description here

enter image description here

Для моего nuxt.config.js

build: {
transpile: ['vuetify/lib'],
plugins: [new VuetifyLoaderPlugin()],
loaders: {
  stylus: {
    import: ["~assets/style/variables.styl"]
  }
},

/*
** You can extend webpack config here
*/
extend(config, ctx) {

}

}

1 Ответ

0 голосов
/ 15 марта 2019

Решил, добавив прокси на axios.

Спасибо

...