|
@@ -139,9 +139,7 @@ const _hoisted_5 = _imports_0 + ' 2x, ' + _imports_0
|
|
|
const _hoisted_6 = _imports_0 + ' 2x, ' + _imports_0 + ' 3x'
|
|
const _hoisted_6 = _imports_0 + ' 2x, ' + _imports_0 + ' 3x'
|
|
|
const _hoisted_7 = _imports_0 + ', ' + _imports_0 + ' 2x, ' + _imports_0 + ' 3x'
|
|
const _hoisted_7 = _imports_0 + ', ' + _imports_0 + ' 2x, ' + _imports_0 + ' 3x'
|
|
|
const _hoisted_8 = _imports_1 + ', ' + _imports_1 + ' 2x'
|
|
const _hoisted_8 = _imports_1 + ', ' + _imports_1 + ' 2x'
|
|
|
-const _hoisted_9 = \\"https://example.com/logo.png\\" + ', ' + \\"https://example.com/logo.png\\" + ' 2x'
|
|
|
|
|
-const _hoisted_10 = _imports_1 + ', ' + _imports_0 + ' 2x'
|
|
|
|
|
-const _hoisted_11 = \\"data:image/png;base64,i\\" + ' 1x, ' + \\"data:image/png;base64,i\\" + ' 2x'
|
|
|
|
|
|
|
+const _hoisted_9 = _imports_1 + ', ' + _imports_0 + ' 2x'
|
|
|
|
|
|
|
|
export function render(_ctx, _cache) {
|
|
export function render(_ctx, _cache) {
|
|
|
return (_openBlock(), _createBlock(_Fragment, null, [
|
|
return (_openBlock(), _createBlock(_Fragment, null, [
|
|
@@ -183,15 +181,15 @@ export function render(_ctx, _cache) {
|
|
|
}),
|
|
}),
|
|
|
_createVNode(\\"img\\", {
|
|
_createVNode(\\"img\\", {
|
|
|
src: \\"https://example.com/logo.png\\",
|
|
src: \\"https://example.com/logo.png\\",
|
|
|
- srcset: _hoisted_9
|
|
|
|
|
|
|
+ srcset: \\"https://example.com/logo.png, https://example.com/logo.png 2x\\"
|
|
|
}),
|
|
}),
|
|
|
_createVNode(\\"img\\", {
|
|
_createVNode(\\"img\\", {
|
|
|
src: \\"/logo.png\\",
|
|
src: \\"/logo.png\\",
|
|
|
- srcset: _hoisted_10
|
|
|
|
|
|
|
+ srcset: _hoisted_9
|
|
|
}),
|
|
}),
|
|
|
_createVNode(\\"img\\", {
|
|
_createVNode(\\"img\\", {
|
|
|
src: \\"data:image/png;base64,i\\",
|
|
src: \\"data:image/png;base64,i\\",
|
|
|
- srcset: _hoisted_11
|
|
|
|
|
|
|
+ srcset: \\"data:image/png;base64,i 1x, data:image/png;base64,i 2x\\"
|
|
|
})
|
|
})
|
|
|
], 64 /* STABLE_FRAGMENT */))
|
|
], 64 /* STABLE_FRAGMENT */))
|
|
|
}"
|
|
}"
|