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",
|
"@capacitor/status-bar": "4.1.0",
|
||||||
"@ionic/vue": "^6.0.0",
|
"@ionic/vue": "^6.0.0",
|
||||||
"@ionic/vue-router": "^6.0.0",
|
"@ionic/vue-router": "^6.0.0",
|
||||||
|
"@vue/cli-plugin-pwa": "^5.0.8",
|
||||||
"core-js": "^3.6.5",
|
"core-js": "^3.6.5",
|
||||||
"ionicons": "^6.0.3",
|
"ionicons": "^6.0.3",
|
||||||
"register-service-worker": "^1.7.2",
|
"register-service-worker": "^1.7.2",
|
||||||
|
|
@ -32,7 +33,6 @@
|
||||||
"@vue/cli-plugin-babel": "~5.0.0-rc.1",
|
"@vue/cli-plugin-babel": "~5.0.0-rc.1",
|
||||||
"@vue/cli-plugin-e2e-cypress": "~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-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-router": "~5.0.0-rc.1",
|
||||||
"@vue/cli-plugin-typescript": "~5.0.0-rc.1",
|
"@vue/cli-plugin-typescript": "~5.0.0-rc.1",
|
||||||
"@vue/cli-plugin-unit-jest": "~5.0.0-rc.1",
|
"@vue/cli-plugin-unit-jest": "~5.0.0-rc.1",
|
||||||
|
|
|
||||||
|
|
@ -111,10 +111,7 @@
|
||||||
|
|
||||||
export default defineComponent({
|
export default defineComponent({
|
||||||
name: 'Tab1Page',
|
name: 'Tab1Page',
|
||||||
components: {IonHeader, IonToolbar, IonTitle, IonContent, IonPage, IonCol, IonGrid, IonRow, IonButton, IonButtons, IonIcon,
|
components: {IonHeader, IonToolbar, IonTitle, IonContent, IonPage, IonCol, IonGrid, IonRow, IonButton, IonIcon},
|
||||||
IonModal,
|
|
||||||
IonItem,
|
|
||||||
IonList },
|
|
||||||
setup() {
|
setup() {
|
||||||
return {
|
return {
|
||||||
logoAndroid,
|
logoAndroid,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue