logo
  • 教程列表
  • SO官方文档
  • ES2015 模块(进出口)
    • 在 app 模块中导入
    • 在 Meteor 包中导入
    • 从应用程序模块导出变量
    • 从 Meteor 包导出符号
  1. StackOverflow 文档
  2. meteor 教程
  3. ES2015 模块(进出口)
  4. 从应用程序模块导出变量

从应用程序模块导出变量

Created: November-22, 2018

// Default export
export default {};

// Named export
export const SomeVariable = {};
  • 从 Meteor 包导出符号
  • 在 Meteor 包中导入

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 关于我们
  • 免责声明