我在vue文件里面的 script標(biāo)簽里面想使用typescript:<script>//lang="typescript"也不行namespace M{//...}</script>但是用webpack打包的時(shí)候報(bào)You may need an appropriate loader to handle this file type. 找不到對(duì)應(yīng)的加載器,可我在 單獨(dú)require或import時(shí) 可以成功轉(zhuǎn)換。 webpack配置:還需要單獨(dú)配置嗎?
如何在vue組件里面使用typescript
臨摹微笑
2018-10-19 15:11:22