refactor(frontend): remove redundant class names (#12618)

This commit is contained in:
Acid Chicken (硫酸鶏)
2023-12-10 17:53:38 +09:00
committed by GitHub
parent 4c135a5ca1
commit 2217d0c050
9 changed files with 222 additions and 29 deletions

View File

@@ -180,7 +180,7 @@ import './photoswipe-!~{003}~.js';
const _hoisted_1 = createBaseVNode("i", {
class: "ti ti-photo"
}, null, -1);
const _sfc_main = defineComponent({
const index_photos = defineComponent({
__name: "index.photos",
props: {
user: {}
@@ -261,7 +261,6 @@ const style0 = {
const cssModules = {
"$style": style0
};
const index_photos = _sfc_main;
export {index_photos as default};
`.slice(1));
});