How to use plugins like vue-resource when using Vue.js with Typescript?

前端 未结 1 1009
猫巷女王i
猫巷女王i 2021-01-18 19:49

I started using Typescript and trying to apply it to my project. However, I can\'t get Vue.js plugins like vue-resource to work with it.

When I use

t         


        
1条回答
  •  萌比男神i
    2021-01-18 20:35

    Use import instead of require for VueResource too.

    import VueResource from 'vue-resource'
    

    0 讨论(0)
提交回复
热议问题