1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

Updated: Vue.js v2.6.11 to v2.6.1 (#89)

This commit is contained in:
nobody
2020-08-23 07:36:41 +02:00
parent 4e9f5f4c6a
commit 32671a8f1b
4 changed files with 14 additions and 5 deletions

View File

@@ -86,6 +86,14 @@ shorthands.specialFiles = function (channelHost, channelPath, searchString) {
'path': 'resources/webfont/fa-loader.jsm',
'bundle': ''
};
} else if ((channelHost + channelPath) === 'cdn.jsdelivr.net/npm/vue') {
return {
'source': channelHost,
'versionRequested': 'latest',
'versionDelivered': '2.6.12',
'path': 'resources/vue/2.6.12/vue.min.jsm',
'bundle': ''
};
} else {
return false;
}