remove our icon classes from a test file
This commit is contained in:
parent
3f38f409f9
commit
84fd5822bc
1 changed files with 6 additions and 6 deletions
|
@ -63,7 +63,7 @@ import { M as MkContainer } from './MkContainer-!~{03M}~.js';
|
||||||
import { b as defineComponent, a as ref, e as onMounted, z as resolveComponent, g as openBlock, h as createBlock, i as withCtx, K as createTextVNode, E as toDisplayString, u as unref, l as createBaseVNode, q as normalizeClass, B as createCommentVNode, k as createElementBlock, F as Fragment, C as renderList, A as createVNode } from './vue-!~{002}~.js';
|
import { b as defineComponent, a as ref, e as onMounted, z as resolveComponent, g as openBlock, h as createBlock, i as withCtx, K as createTextVNode, E as toDisplayString, u as unref, l as createBaseVNode, q as normalizeClass, B as createCommentVNode, k as createElementBlock, F as Fragment, C as renderList, A as createVNode } from './vue-!~{002}~.js';
|
||||||
import './photoswipe-!~{003}~.js';
|
import './photoswipe-!~{003}~.js';
|
||||||
|
|
||||||
const _hoisted_1 = /* @__PURE__ */ createBaseVNode("i", { class: "ph-image-square ph-bold ph-lg" }, null, -1);
|
const _hoisted_1 = /* @__PURE__ */ createBaseVNode("i", { class: "ti ti-photo" }, null, -1);
|
||||||
const _sfc_main = /* @__PURE__ */ defineComponent({
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
||||||
__name: "index.photos",
|
__name: "index.photos",
|
||||||
props: {
|
props: {
|
||||||
|
@ -178,7 +178,7 @@ import {M as MkContainer} from './MkContainer-!~{03M}~.js';
|
||||||
import {b as defineComponent, a as ref, e as onMounted, z as resolveComponent, g as openBlock, h as createBlock, i as withCtx, K as createTextVNode, E as toDisplayString, u as unref, l as createBaseVNode, q as normalizeClass, B as createCommentVNode, k as createElementBlock, F as Fragment, C as renderList, A as createVNode} from './vue-!~{002}~.js';
|
import {b as defineComponent, a as ref, e as onMounted, z as resolveComponent, g as openBlock, h as createBlock, i as withCtx, K as createTextVNode, E as toDisplayString, u as unref, l as createBaseVNode, q as normalizeClass, B as createCommentVNode, k as createElementBlock, F as Fragment, C as renderList, A as createVNode} from './vue-!~{002}~.js';
|
||||||
import './photoswipe-!~{003}~.js';
|
import './photoswipe-!~{003}~.js';
|
||||||
const _hoisted_1 = createBaseVNode("i", {
|
const _hoisted_1 = createBaseVNode("i", {
|
||||||
class: "ph-image-square ph-bold ph-lg"
|
class: "ti ti-photo"
|
||||||
}, null, -1);
|
}, null, -1);
|
||||||
const index_photos = defineComponent({
|
const index_photos = defineComponent({
|
||||||
__name: "index.photos",
|
__name: "index.photos",
|
||||||
|
@ -345,7 +345,7 @@ const _sfc_main = defineComponent({
|
||||||
class: $style["date-1"]
|
class: $style["date-1"]
|
||||||
}, [
|
}, [
|
||||||
h("i", {
|
h("i", {
|
||||||
class: \`ph-caret-up ph-bold ph-lg \${$style["date-1-icon"]}\`
|
class: \`ti ti-chevron-up \${$style["date-1-icon"]}\`
|
||||||
}),
|
}),
|
||||||
getDateText(item.createdAt)
|
getDateText(item.createdAt)
|
||||||
]),
|
]),
|
||||||
|
@ -354,7 +354,7 @@ const _sfc_main = defineComponent({
|
||||||
}, [
|
}, [
|
||||||
getDateText(props.items[i + 1].createdAt),
|
getDateText(props.items[i + 1].createdAt),
|
||||||
h("i", {
|
h("i", {
|
||||||
class: \`ph-caret-down ph-bold ph-lg \${$style["date-2-icon"]}\`
|
class: \`ti ti-chevron-down \${$style["date-2-icon"]}\`
|
||||||
})
|
})
|
||||||
])
|
])
|
||||||
]));
|
]));
|
||||||
|
@ -511,11 +511,11 @@ const _sfc_main = defineComponent({
|
||||||
}, [h("span", {
|
}, [h("span", {
|
||||||
class: $style["date-1"]
|
class: $style["date-1"]
|
||||||
}, [h("i", {
|
}, [h("i", {
|
||||||
class: \`ph-caret-up ph-bold ph-lg \${$style["date-1-icon"]}\`
|
class: \`ti ti-chevron-up \${$style["date-1-icon"]}\`
|
||||||
}), getDateText(item.createdAt)]), h("span", {
|
}), getDateText(item.createdAt)]), h("span", {
|
||||||
class: $style["date-2"]
|
class: $style["date-2"]
|
||||||
}, [getDateText(props.items[i + 1].createdAt), h("i", {
|
}, [getDateText(props.items[i + 1].createdAt), h("i", {
|
||||||
class: \`ph-caret-down ph-bold ph-lg \${$style["date-2-icon"]}\`
|
class: \`ti ti-chevron-down \${$style["date-2-icon"]}\`
|
||||||
})])]));
|
})])]));
|
||||||
return [el, separator];
|
return [el, separator];
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue