We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fabdfd1 commit fe0744aCopy full SHA for fe0744a
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-styled-components",
3
- "version": "1.4.7",
+ "version": "1.4.8",
4
"description": "Visual primitives for the component age. A simple port of styled-components 💅 for Vue",
5
"main": "lib/index.js",
6
"module": "dist/vue-styled-components.es.js",
src/models/StyledComponent.js
@@ -51,7 +51,6 @@ export default (ComponentStyle) => {
51
return this.generateAndInjectStyles(componentProps)
52
},
53
theme () {
54
- console.log(this.$theme)
55
return this.$theme()
56
}
57
0 commit comments