🔥 Remove default styles object as it causes problems

This will fix #176

Signed-off-by: Jakub Juszczak <netghost03@gmail.com>
This commit is contained in:
Jakub Juszczak
2017-09-02 15:11:47 +02:00
parent 491625b49b
commit 154e284528
9 changed files with 9 additions and 72 deletions

View File

@@ -41,14 +41,7 @@ export default Vue.extend({
default: ''
},
styles: {
type: Object,
default () {
return {
width: '100%',
height: '100%',
position: 'relative'
}
}
type: Object
}
},
data () {

View File

@@ -42,14 +42,7 @@ export default Vue.extend({
default: ''
},
styles: {
type: Object,
default () {
return {
width: '100%',
height: '100%',
position: 'relative'
}
}
type: Object
}
},

View File

@@ -42,14 +42,7 @@ export default Vue.extend({
default: ''
},
styles: {
type: Object,
default () {
return {
width: '100%',
height: '100%',
position: 'relative'
}
}
type: Object
}
},

View File

@@ -42,14 +42,7 @@ export default Vue.extend({
default: ''
},
styles: {
type: Object,
default () {
return {
width: '100%',
height: '100%',
position: 'relative'
}
}
type: Object
}
},

View File

@@ -42,14 +42,7 @@ export default Vue.extend({
default: ''
},
styles: {
type: Object,
default () {
return {
width: '100%',
height: '100%',
position: 'relative'
}
}
type: Object
}
},

View File

@@ -42,14 +42,7 @@ export default Vue.extend({
default: ''
},
styles: {
type: Object,
default () {
return {
width: '100%',
height: '100%',
position: 'relative'
}
}
type: Object
}
},

View File

@@ -42,14 +42,7 @@ export default Vue.extend({
default: ''
},
styles: {
type: Object,
default () {
return {
width: '100%',
height: '100%',
position: 'relative'
}
}
type: Object
}
},

View File

@@ -42,14 +42,7 @@ export default Vue.extend({
default: ''
},
styles: {
type: Object,
default () {
return {
width: '100%',
height: '100%',
position: 'relative'
}
}
type: Object
}
},

View File

@@ -42,14 +42,7 @@ export default Vue.extend({
default: ''
},
styles: {
type: Object,
default () {
return {
width: '100%',
height: '100%',
position: 'relative'
}
}
type: Object
}
},