mjackson / unpkg

The CDN for everything on npm
https://unpkg.com
Other
2.97k stars 300 forks source link

vue@next - cannot find package #380

Open ahn1305 opened 6 months ago

ahn1305 commented 6 months ago

image

I have been using this package called vue@next in one of my projects that is in production and the package is down. Due to this the application is not working properly. Please provide me a solution

ahn1305 commented 6 months ago

@mjackson Please help me with this issue

yangjunjun commented 5 months ago

use just vue , next tag is not longer valid.

pradyumna1996 commented 1 week ago
<script src="https://unpkg.com/vue@3"></script>

Use this. It worked in mine.