remove unnecessary
This commit is contained in:
parent
a529148bac
commit
12e9b7357c
@ -2,13 +2,13 @@
|
|||||||
<ion-page>
|
<ion-page>
|
||||||
<ion-header>
|
<ion-header>
|
||||||
<ion-toolbar>
|
<ion-toolbar>
|
||||||
<ion-title>{{ mode }} Cocktail</ion-title>
|
<ion-title>New Cocktail</ion-title>
|
||||||
</ion-toolbar>
|
</ion-toolbar>
|
||||||
</ion-header>
|
</ion-header>
|
||||||
<ion-content :fullscreen="true">
|
<ion-content :fullscreen="true">
|
||||||
<ion-header collapse="condense">
|
<ion-header collapse="condense">
|
||||||
<ion-toolbar>
|
<ion-toolbar>
|
||||||
<ion-title size="large">{{ mode }} Cocktail</ion-title>
|
<ion-title size="large">New Cocktail</ion-title>
|
||||||
</ion-toolbar>
|
</ion-toolbar>
|
||||||
</ion-header>
|
</ion-header>
|
||||||
|
|
||||||
@ -150,7 +150,6 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { useStorage } from "@/composables/useStorage";
|
import { useStorage } from "@/composables/useStorage";
|
||||||
//import router from "@/router";
|
|
||||||
import glassJson from "../data/glasses.json";
|
import glassJson from "../data/glasses.json";
|
||||||
import ingredientJson from "../data/ingredients.json";
|
import ingredientJson from "../data/ingredients.json";
|
||||||
import unitJson from "../data/units.json";
|
import unitJson from "../data/units.json";
|
||||||
@ -217,7 +216,6 @@ export default {
|
|||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
mode: "New", //"Edit"
|
|
||||||
cocktail: {
|
cocktail: {
|
||||||
name: null,
|
name: null,
|
||||||
ingredients: [{ amount: 0, unit: "ml", ingredient: null }],
|
ingredients: [{ amount: 0, unit: "ml", ingredient: null }],
|
||||||
|
Loading…
Reference in New Issue
Block a user