yoomoney.vue 536 B

1234567891011121314151617181920
  1. <template>
  2. <div>
  3. <iframe
  4. src="https://yoomoney.ru/quickpay/shop-widget?writer=seller&amp;targets=For%20returnyoutubedislike.com&amp;targets-hint=&amp;default-sum=&amp;button-text=13&amp;hint=&amp;successURL=&amp;quickpay=shop&amp;account=410015901550027&amp;"
  5. allowtransparency="true"
  6. scrolling="no"
  7. width="423"
  8. height="222"
  9. frameborder="0"
  10. />
  11. </div>
  12. </template>
  13. <script>
  14. export default {
  15. transition(to) {
  16. return to.name == "yoomoney" ? "swoop-in" : "swoop-out";
  17. },
  18. };
  19. </script>