hotfix: imports in the textarea component is broken

This commit is contained in:
naskya 2023-10-17 02:48:24 +09:00
parent 5b115c06fe
commit 50cf8d162e
Signed by: naskya
GPG key ID: 164DFF24E2D40139

View file

@ -31,10 +31,7 @@
primary primary
class="save" class="save"
@click="updated" @click="updated"
><i ><i class="ph-floppy-disk-back ph ph-lg"></i>
:class="defaultStore.state.iconSet"
class="ph-floppy-disk-back ph-lg"
></i>
{{ i18n.ts.save }}</MkButton {{ i18n.ts.save }}</MkButton
> >
</div> </div>
@ -53,8 +50,6 @@ import {
import { debounce } from "throttle-debounce"; import { debounce } from "throttle-debounce";
import MkButton from "@/components/MkButton.vue"; import MkButton from "@/components/MkButton.vue";
import { i18n } from "@/i18n"; import { i18n } from "@/i18n";
// import icon from "@/scripts/icon";
import { defaultStore } from "@/store";
export default defineComponent({ export default defineComponent({
components: { components: {