mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-28 08:44:36 -04:00
chore: Get Rid of Warnings (#2599)
* ignore unsafe html warnings * remove unused import * re-order attrs * removed unused vars/imports * removed unused import * refactored v-html * removed more unused things
This commit is contained in:
@@ -53,9 +53,9 @@ export default defineComponent({
|
||||
default: undefined,
|
||||
}
|
||||
},
|
||||
setup(props, context) {
|
||||
setup(_, context) {
|
||||
const cropper = ref<Cropper>();
|
||||
const { $globals, $vuetify } = useContext();
|
||||
const { $globals } = useContext();
|
||||
|
||||
interface Control {
|
||||
color: string;
|
||||
|
||||
Reference in New Issue
Block a user