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

Automatically choice file in CDN: jsdelivr, unpkg

Open finagin opened this issue 4 years ago • 0 comments

With this changes you can use CDN like:

<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>

Now you must add path to file like:

<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/vue-markdown.min.js"></script>

finagin avatar Dec 12 '20 12:12 finagin