vuex icon indicating copy to clipboard operation
vuex copied to clipboard

docs: update jsfiddle link

Open faroukfaiz10 opened this issue 3 years ago • 1 comments

Why

Jsfiddle application in the getting started section of the version 3.x of vuex is not working because generic links are used which point to latest versions: vue@4 and vuex@3.

What changes

The new fiddle link simply changes the cdn links to point to vue@3 and vuex@2 instead. Concretely, the links changed are:

  • https://unpkg.com/vue -> https://unpkg.com/vue@2
  • https://unpkg.com/vuex -> https://unpkg.com/vuex@3

Result

The demo application works again. Check it out:

  • Old jsfiddle : https://jsfiddle.net/n9jmu5v7/1269/
  • New jsfiddle: https://jsfiddle.net/ywpudorb/

faroukfaiz10 avatar Mar 18 '22 11:03 faroukfaiz10

✔️ Deploy Preview for vuex-docs-v3 ready!

🔨 Explore the source changes: 81fd557b41050003ad37b4251de8d0188460d6d7

🔍 Inspect the deploy log: https://app.netlify.com/sites/vuex-docs-v3/deploys/6234676f64212600080fd8cd

😎 Browse the preview: https://deploy-preview-2148--vuex-docs-v3.netlify.app

netlify[bot] avatar Mar 18 '22 11:03 netlify[bot]