Skip to content

Commit fe0744a

Browse files
committed
[+] Bump 1.4.8
1 parent fabdfd1 commit fe0744a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-styled-components",
3-
"version": "1.4.7",
3+
"version": "1.4.8",
44
"description": "Visual primitives for the component age. A simple port of styled-components 💅 for Vue",
55
"main": "lib/index.js",
66
"module": "dist/vue-styled-components.es.js",

src/models/StyledComponent.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ export default (ComponentStyle) => {
5151
return this.generateAndInjectStyles(componentProps)
5252
},
5353
theme () {
54-
console.log(this.$theme)
5554
return this.$theme()
5655
}
5756
},

0 commit comments

Comments
 (0)