added missing imports,removed obsolete code
This commit is contained in:
parent
787b9879fc
commit
4108388645
|
|
@ -18,7 +18,6 @@
|
|||
<link rel="shortcut icon" type="image/png" href="/favicon.png" />
|
||||
|
||||
<!-- add to homescreen for ios -->
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-title" content="Ionic App" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
||||
</head>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
import {ref} from 'vue';
|
||||
import { useRouter } from 'vue-router';
|
||||
import backendService from '@/services/BackendService'
|
||||
import {IonButton, IonContent, IonCol, IonHeader, IonInput, IonPage, IonTitle, IonToolbar, IonCheckbox} from '@ionic/vue';
|
||||
import {IonButton, IonContent, IonCol, IonHeader, IonInput, IonPage, IonTitle, IonToolbar, IonRow, IonCheckbox} from '@ionic/vue';
|
||||
|
||||
const server = ref(backendService.getServer());
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue