PartnersNews1.vue 679 B

123456789101112131415161718192021222324252627282930313233
  1. <template>
  2. <div class="PartnersNews1">
  3. <!--Тип баннера: Место1 под текстом каждой новости-->
  4. <!-- <div id="adfox_162065955468519716"></div> -->
  5. </div>
  6. </template>
  7. <script>
  8. export default {
  9. mounted() {
  10. // addEventListener('load', () => {
  11. // window.Ya.adfoxCode.create({
  12. // ownerId: 279920,
  13. // containerId: 'adfox_162065955468519716',
  14. // params: {
  15. // pp: 'g',
  16. // ps: 'dbpj',
  17. // p2: 'hfck'
  18. // }
  19. // })
  20. // })
  21. }
  22. }
  23. </script>
  24. <style lang='less'>
  25. .PartnersNews1 {
  26. width: 100%;
  27. height: auto;
  28. text-align: center;
  29. background: yellow;
  30. }
  31. </style>