1234567891011121314151617181920 |
- <template>
- <div>
- <iframe
- src="https://yoomoney.ru/quickpay/shop-widget?writer=seller&targets=For%20returnyoutubedislike.com&targets-hint=&default-sum=&button-text=13&hint=&successURL=&quickpay=shop&account=410015901550027&"
- allowtransparency="true"
- scrolling="no"
- width="423"
- height="222"
- frameborder="0"
- />
- </div>
- </template>
- <script>
- export default {
- transition(to) {
- return to.name == "yoomoney" ? "swoop-in" : "swoop-out";
- },
- };
- </script>
|