cainsyake / vue-doc-preview

A vue document preview component
MIT License
120 stars 41 forks source link

Unable to increase the height of the component #2

Closed evsumantad closed 4 years ago

evsumantad commented 5 years ago

<VueDocPreview height=1500 :value="download_path" type="office" /> This height is not getting reflected please help.

cainsyake commented 4 years ago

try <VueDocPreview :height="1500" :value="download_path" type="office" />