.demo.m-t-1-0
component-doc(:component="twitter_share_preview")
twitter_share_preview.m-b-1-0(
v-for="share_setting in twitter_share_settings"
:link="share_setting.link",
:body="share_setting.body",
:image_url="share_setting.image_url",
:external_video_url="share_setting.external_video_url",
:video_tag="share_setting.video_tag",
:post_format="share_setting.post_format"
)