fix textarea
This commit is contained in:
parent
91a417f77c
commit
0a44d06522
@ -32,9 +32,7 @@
|
|||||||
class="save"
|
class="save"
|
||||||
@click="updated"
|
@click="updated"
|
||||||
>
|
>
|
||||||
<!-- FIXME: icon function doesn't work here -->
|
<i :class="icon('ph-floppy-disk-back')"></i>
|
||||||
<!-- <i :class="icon('ph-floppy-disk-back')"></i> -->
|
|
||||||
<i class="ph-floppy-disk-back ph-bold ph-lg"></i>
|
|
||||||
{{ i18n.ts.save }}</MkButton
|
{{ i18n.ts.save }}</MkButton
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
@ -53,7 +51,7 @@ 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 icon from "@/scripts/icon";
|
||||||
|
|
||||||
export default defineComponent({
|
export default defineComponent({
|
||||||
components: {
|
components: {
|
||||||
@ -192,6 +190,7 @@ export default defineComponent({
|
|||||||
onKeydown,
|
onKeydown,
|
||||||
updated,
|
updated,
|
||||||
i18n,
|
i18n,
|
||||||
|
icon,
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user