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

Added: bootstrap-vue v2.21.2 (#240)

This commit is contained in:
nobody
2021-01-22 06:28:18 +01:00
parent 6e621125b6
commit 5d8eb83d53
6 changed files with 37 additions and 0 deletions

View File

@@ -236,6 +236,10 @@ mappings.cdn = {
'bootstrap-toggle/{version}/js/bootstrap2-toggle.': resources.bootstrap2ToggleJS,
'bootstrap-toggle/{version}/css/bootstrap-toggle.': resources.bootstrapToggleCSS,
'bootstrap-toggle/{version}/css/bootstrap2-toggle.': resources.bootstrap2ToggleCSS,
'bootstrap-vue/{version}/bootstrap-vue.min.js': resources.bootstrapVueJS,
'bootstrap-vue/{version}/bootstrap-vue.js': resources.bootstrapVueJS,
'bootstrap-vue/{version}/bootstrap-vue.min.css': resources.bootstrapVueCSS,
'bootstrap-vue/{version}/bootstrap-vue.css': resources.bootstrapVueCSS,
'bootstrap-3-typeahead/{version}/bootstrap3-typeahead.': resources.bootstrap3Typeahead,
'Chart.js/{version}/Chart.bundle.': resources.chartJs,
'Chart.js/{version}/Chart.min.js': resources.chartJs,
@@ -437,6 +441,10 @@ mappings.cdn = {
'bootstrap-table@{version}/dist/bootstrap-table.js': resources.bootstrapTableJS,
'bootstrap-table@{version}/dist/bootstrap-table.min.css': resources.bootstrapTableCSS,
'bootstrap-table@{version}/dist/bootstrap-table.css': resources.bootstrapTableCSS,
'bootstrap-vue@{version}/dist/bootstrap-vue.min.css': resources.bootstrapVueCSS,
'bootstrap-vue@{version}/dist/bootstrap-vue.css': resources.bootstrapVueCSS,
'bootstrap-vue@{version}/dist/bootstrap-vue.min.js': resources.bootstrapVueJS,
'bootstrap-vue@{version}/dist/bootstrap-vue.js': resources.bootstrapVueJS,
'clipboard@{version}/dist/clipboard.': resources.clipboardJS,
'dexie@{version}/dist/dexie.': resources.dexie,
'docsearch.js@{version}/dist/cdn/docsearch.min.js': resources.docsearchJS,