I'm a fucking idiot

This commit is contained in:
Kacper Zacharski 2022-12-01 13:45:52 +01:00
parent 0d3f30a330
commit c954366227
3 changed files with 976 additions and 2628 deletions

3597
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -18,6 +18,7 @@
"@capacitor/status-bar": "4.1.0",
"@ionic/vue": "^6.0.0",
"@ionic/vue-router": "^6.0.0",
"@vue/cli-plugin-pwa": "^5.0.8",
"core-js": "^3.6.5",
"ionicons": "^6.0.3",
"register-service-worker": "^1.7.2",
@ -32,7 +33,6 @@
"@vue/cli-plugin-babel": "~5.0.0-rc.1",
"@vue/cli-plugin-e2e-cypress": "~5.0.0-rc.1",
"@vue/cli-plugin-eslint": "~5.0.0-rc.1",
"@vue/cli-plugin-pwa": "~5.0.0",
"@vue/cli-plugin-router": "~5.0.0-rc.1",
"@vue/cli-plugin-typescript": "~5.0.0-rc.1",
"@vue/cli-plugin-unit-jest": "~5.0.0-rc.1",

View File

@ -111,10 +111,7 @@
export default defineComponent({
name: 'Tab1Page',
components: {IonHeader, IonToolbar, IonTitle, IonContent, IonPage, IonCol, IonGrid, IonRow, IonButton, IonButtons, IonIcon,
IonModal,
IonItem,
IonList },
components: {IonHeader, IonToolbar, IonTitle, IonContent, IonPage, IonCol, IonGrid, IonRow, IonButton, IonIcon},
setup() {
return {
logoAndroid,