how to include a tag on a Vue component
it's not just normal script but it inside
<form class="checkout-form" name="checkoutForm" method="POST" action="/checkout">
<script type="text/javascript" src="https://cdn.omise.co/omise.js"
data-key="YOUR_PUCLIC_KEY"
data-frame-label="Merchant site name"
data-frame-description="Merchant site description"
data-default-payment-method="bill_payment_tesco_lotus"
data-other-payment-methods="internet_banking, bill_payment_tesco_lotus, alipay, credit_card"
data-amount="10025"
data-currency="usd"
data-button-label="Click to see an example">
</script>
</form>