yoomoney.vue 499 B

12345678910111213
  1. <template>
  2. <div>
  3. <iframe 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;" allowtransparency="true" scrolling="no" width="423" height="222" frameborder="0" />
  4. </div>
  5. </template>
  6. <script>
  7. export default {
  8. transition(to, from) {
  9. return to.name == 'yoomoney' ? 'swoop-in' : 'swoop-out'
  10. },
  11. }
  12. </script>