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