forked from naskya/firefish
hotfix: imports in the textarea component is broken
This commit is contained in:
parent
5b115c06fe
commit
50cf8d162e
1 changed files with 1 additions and 6 deletions
|
@ -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: {
|
||||||
|
|
Loading…
Reference in a new issue