pagekit / vue-resource

The HTTP client for Vue.js
MIT License
10.08k stars 1.6k forks source link

how use vue-resource in composition API #760

Open hossein439 opened 2 years ago

hossein439 commented 2 years ago

I want use vue-resource in composition API but I cant what should I do ????

ossema90 commented 10 months ago

You can install it via yarn or NPM.

$ yarn add vue-resource $ npm install vue-resource

or user the CDN in your html page