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

@ -532,7 +532,7 @@ helpers.setLastVersion = function (type, version) {
} else if (type.includes('/vue/1.')) {
return '1.0.28';
} else if (type.includes('/vue/2.')) {
return '2.6.11';
return '2.6.12';
} else if (type.includes('/waypoints/4.') && type.includes('jquery.waypoints')) {
return '4.0.0';
} else if (type.includes('webfont')) {
@ -714,7 +714,7 @@ const ListOfFiles = {
'ui-bootstrap.min.jsm': 'Angular UI Bootstrap',
'underscore-min.jsm': 'Underscore.js',
'urlize.jsm': 'urlize',
'vue.jsm': 'Vue.js',
'vue.min.jsm': 'Vue.js',
'webcomponents-loader.jsm': 'WebComponents Loader (JS)',
'webfontloader.jsm': 'Web Font Loader',
'wow.min.jsm': 'WOW'