未验证 提交 bd2ad412 编写于 作者: T Tim Neutkens 提交者: GitHub

Bring back module.exports because of backwards compat (#5815)

上级 7ffcb0bf
export {default} from './dist/client/link'
module.exports = require('./dist/client/link')
export * from './dist/client/router'
export {default} from './dist/client/router'
module.exports = require('./dist/client/router')
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册