🔥 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: '' default: ''
}, },
styles: { styles: {
type: Object, type: Object
default () {
return {
width: '100%',
height: '100%',
position: 'relative'
}
}
} }
}, },
data () { data () {

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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