Vue异步组件-Babel loader

时间:2019-03-14 11:32:42

标签: vue.js webpack vue-component babel

我有一个动态的组成部分

  export default {
      components: {
        NumberInput: () => ({
          component: import("@components/formfields/NumberInput"),
          loading: Loading,
          delay: 0,
          timeout: 5000
        })
      },

这以前曾起作用,但升级webpack / bable后我得到了。

您可能需要适当的加载器来处理此文件类型。

0 个答案:

没有答案
相关问题