fix (workaround): imports in MkFolder is also broken
This commit is contained in:
parent
77b2050041
commit
7b72e823fb
1 changed files with 3 additions and 3 deletions
|
@ -10,10 +10,10 @@
|
||||||
:aria-controls="bodyId"
|
:aria-controls="bodyId"
|
||||||
>
|
>
|
||||||
<template v-if="showBody"
|
<template v-if="showBody"
|
||||||
><i :class="icon('ph-caret-up')"></i
|
><i class="ph-caret-up ph-bold ph-lg"></i
|
||||||
></template>
|
></template>
|
||||||
<template v-else
|
<template v-else
|
||||||
><i :class="icon('ph-caret-down')"></i
|
><i class="ph-caret-down ph-bold ph-lg"></i
|
||||||
></template>
|
></template>
|
||||||
</button>
|
</button>
|
||||||
</header>
|
</header>
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
import { defineComponent } from "vue";
|
import { defineComponent } from "vue";
|
||||||
import { getUniqueId } from "@/os";
|
import { getUniqueId } from "@/os";
|
||||||
import { defaultStore } from "@/store";
|
import { defaultStore } from "@/store";
|
||||||
import icon from "@/scripts/icon";
|
// import icon from "@/scripts/icon";
|
||||||
|
|
||||||
const localStoragePrefix = "ui:folder:";
|
const localStoragePrefix = "ui:folder:";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue