vue-resource icon indicating copy to clipboard operation
vue-resource copied to clipboard

how use vue-resource in composition API

Open hossein439 opened this issue 4 years ago • 1 comments

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

hossein439 avatar Sep 15 '21 08:09 hossein439

You can install it via yarn or NPM.

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

or user the CDN in your html page

ossema90 avatar Oct 24 '23 14:10 ossema90