function anonymous( ) { const _Vue = Vue const { createElementVNode: _createElementVNode } = _Vue const _hoisted_1 = { class: "card is-shadowless" } const _hoisted_2 = { class: "card-image is-clipped" } const _hoisted_3 = ["href"] const _hoisted_4 = { class: "image is-5by3" } const _hoisted_5 = ["alt", "src"] const _hoisted_6 = /*#__PURE__*/_createElementVNode("span", { class: "duration" }, "8:08", -1) const _hoisted_7 = { class: "card-content px-0 py-2" } const _hoisted_8 = { class: "content" } const _hoisted_9 = { class: "is-size-7 mb-1 has-text-line-2 has-text-weight-normal" } const _hoisted_10 = ["href"] const _hoisted_11 = /*#__PURE__*/_createElementVNode("p", { class: "mb-1 has-text-grey is-size-8" }, " 作者: JIUSE ", -1) const _hoisted_12 = /*#__PURE__*/_createElementVNode("p", { class: "has-text-grey is-size-8" }, " 8小时前 | 8.8万次播放 ", -1) return function render(_ctx, _cache) { with (_ctx) { const { renderList: _renderList, Fragment: _Fragment, openBlock: _openBlock, createElementBlock: _createElementBlock, createElementVNode: _createElementVNode, toDisplayString: _toDisplayString } = _Vue return (_openBlock(true), _createElementBlock(_Fragment, null, _renderList(list, (item, index) => { return (_openBlock(), _createElementBlock("div", { class: "column is-one-quarter-tablet is-half-mobile py-1", key: item.id }, [_createElementVNode("div", _hoisted_1, [_createElementVNode("div", _hoisted_2, [_createElementVNode("a", { target: "_blank", href: item.href }, [_createElementVNode("figure", _hoisted_4, [_createElementVNode("img", { loading: "lazy", alt: item.title, src: item.img }, null, 8, _hoisted_5)]), _hoisted_6], 8, _hoisted_3)]), _createElementVNode("div", _hoisted_7, [_createElementVNode("div", _hoisted_8, [_createElementVNode("h4", _hoisted_9, [_createElementVNode("a", { target: "_blank", href: item.href, class: "has-text-grey-dark" }, _toDisplayString(item.title), 9, _hoisted_10)]), _hoisted_11, _hoisted_12])])])])) }), 128)) } } }