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

Updated: Vue v3.0.5 (#261)

This commit is contained in:
nobody
2021-02-01 06:23:18 +01:00
parent 27b08527ac
commit 2adf5ee836
4 changed files with 13662 additions and 0 deletions

View File

@@ -473,6 +473,8 @@ targets.setLastVersion = function (type, version) {
return '1.0.28';
} else if (type.startsWith('/vue/2.')) {
return '2.6.12';
} else if (type.startsWith('/vue/3.')) {
return '3.0.5';
} else if (type.startsWith('/vue-i18n/8.')) {
return '8.22.4';
} else if (type.startsWith('/vue-resource/1.')) {