mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-23 06:45:22 -07:00
Update ingredient-parser.vue
This commit is contained in:
parent
c366a29a76
commit
6225baf2fc
1 changed files with 6 additions and 6 deletions
|
@ -99,12 +99,6 @@
|
||||||
</v-container>
|
</v-container>
|
||||||
</v-container>
|
</v-container>
|
||||||
</template>
|
</template>
|
||||||
<style lang="css">
|
|
||||||
.v-card__actions {
|
|
||||||
flex-wrap: wrap;
|
|
||||||
overflow: truncate;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import { computed, defineComponent, ref, useContext, useRoute, useRouter, watch } from "@nuxtjs/composition-api";
|
import { computed, defineComponent, ref, useContext, useRoute, useRouter, watch } from "@nuxtjs/composition-api";
|
||||||
import { invoke, until } from "@vueuse/core";
|
import { invoke, until } from "@vueuse/core";
|
||||||
|
@ -412,3 +406,9 @@ export default defineComponent({
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
<style lang="css">
|
||||||
|
.v-card__actions {
|
||||||
|
flex-wrap: wrap;
|
||||||
|
overflow: truncate;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue