pagekit / vue-resource

The HTTP client for Vue.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how use vue-resource in composition API

hossein439 opened this issue · comments

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

You can install it via yarn or NPM.

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

or
user the CDN in your html page

<script src="https://cdn.jsdelivr.net/npm/vue-resource@1.5.3"></script>