Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

how use vue-resource in composition API #760

Open
hossein439 opened this issue Sep 15, 2021 · 1 comment
Open

how use vue-resource in composition API #760

hossein439 opened this issue Sep 15, 2021 · 1 comment

Comments

@hossein439
Copy link

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

@ossema90
Copy link

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>

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants