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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user