Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.    n + i("list__item", {
  2.                 mix: h,
  3.                 content: i("home-link", {
  4.                     href: !r && c.href,
  5.                     content: i("span", {
  6.                         mod: "news__item-inner",
  7.                         content: (c.ishot ? i("news__hot", {}) : "") + _ + i("span", {
  8.                             mod: "news__item-content",
  9.                             content: m
  10.                         })
  11.                     }),
  12.                     stat: t.stat.getAttr(u),
  13.                     mix: "list__item-content" + (_ ? " list__item-content_with-icon" : ""),
  14.                     mods: {
  15.                         black: "yes"
  16.                     },
  17.                     attrs: {
  18.                         "aria-label": m,
  19.                         target: a ? "_blank" : ""
  20.                     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement