Added: vue-i18n v8.22.1 (#147)
This commit is contained in:
parent
43b7bb3668
commit
0f54213c16
|
@ -343,6 +343,7 @@ mappings.cdn = {
|
|||
'underscore.js/{version}/underscore-min.': resources.underscore,
|
||||
'urlive/{version}/jquery.urlive.': resources.jqueryURLive,
|
||||
'vue/{version}/vue.min.js': resources.vueJs,
|
||||
'vue-i18n/{version}/vue-i18n.': resources.vueI18N,
|
||||
'vue-resource/{version}/vue-resource.': resources.vueResource,
|
||||
'waypoints/{version}/noframework.waypoints.': resources.jQueryWaypoints,
|
||||
'waypoints/{version}/jquery.waypoints.': resources.jQueryWaypoints,
|
||||
|
|
|
@ -796,6 +796,11 @@ var resources = {
|
|||
'path': 'resources/vue/{version}/vue.min.jsm',
|
||||
'type': 'application/javascript'
|
||||
},
|
||||
// Vue.js i18n
|
||||
'vueI18N': {
|
||||
'path': 'resources/vue-i18n/{version}/vue-i18n.min.jsm',
|
||||
'type': 'application/javascript'
|
||||
},
|
||||
// vue-resource
|
||||
'vueResource': {
|
||||
'path': 'resources/vue-resource/{version}/vue-resource.min.jsm',
|
||||
|
|
|
@ -597,6 +597,8 @@ helpers.setLastVersion = function (type, version) {
|
|||
return '1.0.28';
|
||||
} else if (type.includes('/vue/2.')) {
|
||||
return '2.6.12';
|
||||
} else if (type.includes('/vue-i18n/8.')) {
|
||||
return '8.22.1';
|
||||
} else if (type.includes('/vue-resource/1.')) {
|
||||
return '1.5.1';
|
||||
} else if (type.includes('/waypoints/4.')) {
|
||||
|
@ -631,6 +633,7 @@ helpers.compareVersion = function (v1, v2) {
|
|||
};
|
||||
|
||||
const ListOfFiles = {
|
||||
'vue-i18n.min.jsm': 'Vue.js (i18n)',
|
||||
'v4-shims.css': 'Font Awesome (Shim)',
|
||||
'instantsearch.production.min.jsm': 'InstantSearch.js',
|
||||
'redux.min.jsm': 'Redux',
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
<li>Added: highlight.js v9.18.3 (<a href="https://codeberg.org/nobody/LocalCDN/issues/144">#144</a>)</li>
|
||||
<li>Added: highlight.js v10.3.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/144">#144</a>)</li>
|
||||
<li>Added: ElementUI v2.13.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/147">#147</a>)</li>
|
||||
<li>Added: vue-i18n v8.22.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/147">#147</a>)</li>
|
||||
</ul>
|
||||
<div id="generator-section">
|
||||
<div class="topic-label">
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue