How to import functions from different js file in a Vue+webpack+vue-loader project

前端 未结 4 1133
轮回少年
轮回少年 2021-02-01 01:39

(See end for why this is not a dupe of How do I include a JavaScript file in another JavaScript file?)

Javascipt + Vue + webpack + vue-loader noob... stumbling on the si

4条回答
  •  孤独总比滥情好
    2021-02-01 01:56

    After a few hours of messing around I eventually got something that works, partially answered in a similar issue here: How do I include a JavaScript file in another JavaScript file?

    BUT there was an import that was screwing the rest of it up:

    Use require in .vue files

    
    
                                     
                  
提交回复
热议问题