diff --git a/core/shorthands.js b/core/shorthands.js index f62f0e14..f85787e9 100644 --- a/core/shorthands.js +++ b/core/shorthands.js @@ -201,6 +201,16 @@ shorthands.specialFiles = function (channelHost, channelPath, searchString) { 'path': `resources/materialize/1.0.0/${channelPath}`, 'bundle': 'Materialize' }; + } else if (/cdn\.jsdelivr\.net\/npm\/vue@(2|3)/.test(CompleteURL)) { + let version = CompleteURL.slice(-1); + lastVersion = targets.setLastVersion(`/vue/${version}.`); + return { + 'source': channelHost, + 'versionDelivered': lastVersion, + 'versionRequested': lastVersion, + 'path': `resources/vue/${lastVersion}/vue.min.jsm`, + 'bundle': '' + }; } else { return false; } diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 6bb80123..b4944121 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -72,6 +72,7 @@
  • Updated: gsap v3.7.0 -> v3.7.1 (#575)
  • Updated: flv.js v1.5.0 -> v1.6.0 (#577)
  • Mapping: moment-with-locales -> cdnjs.cloudflare.com (#576)
  • +
  • Mapping: vue v2.x & v3.x -> cdn.jsdelivr.net (#576)
  • Includes also the following changes, because the release of this version took a long time caused by a broken validation server of Mozilla (More information).