mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-24 07:39:41 +02:00
chore(deps): update to Nuxt 2.16 (Vue 2.7) (#2144)
This commit is contained in:
parent
6c0fae51b7
commit
89b003589d
6 changed files with 2708 additions and 2158 deletions
|
@ -108,7 +108,7 @@ export default defineComponent({
|
|||
type: String,
|
||||
default: function () {
|
||||
return this.$t("general.create");
|
||||
}
|
||||
},
|
||||
},
|
||||
keepOpen: {
|
||||
default: false,
|
||||
|
@ -118,8 +118,6 @@ export default defineComponent({
|
|||
setup(props, context) {
|
||||
const dialog = computed<boolean>({
|
||||
get() {
|
||||
// @ts-expect-error - props inference doesn't work here for some reason
|
||||
// eslint-disable-next-line @typescript-eslint/no-unsafe-return
|
||||
return props.value;
|
||||
},
|
||||
set(val) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue