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

  • 關於本站
  • 免責聲明