GithubHelp home page GithubHelp logo

Comments (3)

wyntau avatar wyntau commented on July 20, 2024

你的 foo.vue是不是用了

export default {}

这种用法?

如果是的话, 请使用这种写法

const foo = resolve => require(['components/foo.vue'], function(component){
  resolve(component.default);
})

from fis3-parser-vue-component.

303182519 avatar 303182519 commented on July 20, 2024

6666,解决了,假如不是这种写法呢

from fis3-parser-vue-component.

wyntau avatar wyntau commented on July 20, 2024

使用 es6 写法编译之后会变成

exports['default'] = {}

但是如果你是使用 typescript 编译的话, 可以使用

export = {}

这种写法. 经过ts编译之后就会变成

module.exports = {}

from fis3-parser-vue-component.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.