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

Added Vue.js v2.6.11

This commit is contained in:
nobody42
2020-03-27 17:10:29 +01:00
parent 170852e1fa
commit 651a79c030
7 changed files with 22 additions and 10239 deletions

View File

@@ -432,6 +432,8 @@ helpers.setLastVersion = function (type, version) {
version = '1.9.1';
} else if (type.includes('/vue/1.')) {
version = '1.0.28';
} else if (type.includes('/vue/2.')) {
version = '2.6.11';
} else if (type.includes('webfont')) {
version = '1.6.28';
} else if (type.includes('/webrtc-adapter/6.')) {