@coreui/icons-vue
Advanced tools
Comparing version 2.0.0-alpha.1 to 2.0.0-alpha.2
@@ -85,2 +85,3 @@ import { defineComponent, inject, h } from 'vue'; | ||
} | ||
console.log(icon); | ||
return icon; | ||
@@ -97,3 +98,3 @@ } | ||
const classNames = (() => { | ||
return props.customClasses || ['icon', { [`icon-${size()}`]: size() }]; | ||
return [props.customClasses || ['icon', { [`icon-${size()}`]: size() }], attrs.class]; | ||
})(); | ||
@@ -100,0 +101,0 @@ return () => [ |
@@ -89,2 +89,3 @@ 'use strict'; | ||
} | ||
console.log(icon); | ||
return icon; | ||
@@ -101,3 +102,3 @@ } | ||
const classNames = (() => { | ||
return props.customClasses || ['icon', { [`icon-${size()}`]: size() }]; | ||
return [props.customClasses || ['icon', { [`icon-${size()}`]: size() }], attrs.class]; | ||
})(); | ||
@@ -104,0 +105,0 @@ return () => [ |
{ | ||
"name": "@coreui/icons-vue", | ||
"version": "2.0.0-alpha.1", | ||
"version": "2.0.0-alpha.2", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -90,2 +90,3 @@ import { defineComponent, h, inject } from 'vue' | ||
} | ||
console.log(icon) | ||
return icon | ||
@@ -107,3 +108,3 @@ } | ||
const classNames = (() => { | ||
return props.customClasses || ['icon', { [`icon-${size()}`]: size() }] | ||
return [props.customClasses || ['icon', { [`icon-${size()}`]: size() }], attrs.class] | ||
})() | ||
@@ -110,0 +111,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31751
462