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 1d7ddc9 commit 1a7ee77Copy full SHA for 1a7ee77
src/index.js
@@ -59,6 +59,10 @@
59
type: String,
60
default: ''
61
},
62
+ wstyle: {
63
+ type: Object,
64
+ default: () => ({})
65
+ },
66
pagemode: {
67
type: Boolean,
68
default: false
@@ -574,6 +578,7 @@
574
578
display: 'block',
575
579
'padding-top': paddingTop + 'px',
576
580
'padding-bottom': paddingBottom + 'px',
581
+ ...this.wstyle
577
582
583
class: this.wclass,
584
attrs: {
0 commit comments