I'm a fucking idiot
This commit is contained in:
parent
0d3f30a330
commit
c954366227
File diff suppressed because it is too large
Load Diff
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue