Updated: Vue v3.0.5 (#261)

This commit is contained in:
nobody 2021-02-01 06:23:18 +01:00
parent 27b08527ac
commit 2adf5ee836
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
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.')) {

View File

@ -39,6 +39,7 @@
<li>Added: jquery.cookie v1.4.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/258">#258</a>)</li>
<li>Added: angularjs-toaster v1.2.0, v3.0.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/259">#259</a>)</li>
<li>Updated: angularjs-slider v7.0.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/260">#260</a>)</li>
<li>Updated: Vue v3.0.5 (<a href="https://codeberg.org/nobody/LocalCDN/issues/261">#261</a>)</li>
</ul>
<div id="generator-section">
<div class="topic-label">

4
resources/vue/3.0.5/note Normal file
View File

@ -0,0 +1,4 @@
In this directory the file was renamed.
Original: vue.global.js
Now: vue.min.jsm

File diff suppressed because it is too large Load Diff