1
0
mirror of https://github.com/coreui/coreui-icons.git synced 2025-08-25 17:41:02 +02:00

fix: fix js imports and exports naming, rename 'delete' icon to 'remove'

This commit is contained in:
woothu
2019-10-17 11:31:52 +02:00
parent fcc0d3ab58
commit 20e7bddc7b
27 changed files with 583 additions and 563 deletions

View File

@@ -1256,7 +1256,7 @@ if (typeof window !== 'undefined') {
// Indicate to webpack that this file can be concatenated
/* harmony default export */ var setPublicPath = (null);
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6d8e4675-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./CIcon.vue?vue&type=template&id=4d8bd2f9&
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6d8e4675-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./CIcon.vue?vue&type=template&id=73c4f513&
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',{class:_vm.classes,style:(_vm.style),attrs:{"xmlns":"http://www.w3.org/2000/svg","viewBox":_vm.viewBox},domProps:{"innerHTML":_vm._s(_vm.icon.svgContent)}})}
var staticRenderFns = []
@@ -1346,7 +1346,7 @@ var es6_string_includes = __webpack_require__("2fdb");
},
methods: {
toCamelCase: function toCamelCase(str) {
return str.replace(/([-_][a-z])/ig, function ($1) {
return str.replace(/([-_][a-z0-9])/ig, function ($1) {
return $1.toUpperCase().replace('-', '');
});
}