This commit is contained in:
Nikita Kruglickiy 2024-04-23 18:37:35 +03:00
parent f36167f27c
commit 92f2e655b2
2 changed files with 0 additions and 20 deletions

@ -1,7 +0,0 @@
<template>
<van-config-provider>
<van-nav-bar title="Знакомства СПб" style="margin-bottom: 16px;" />
<router-view />
</van-config-provider>
</template>

@ -1,13 +0,0 @@
// import { createApp } from 'vue'
// import '../assets/styles.scss'
// import { StatusBar } from '@capacitor/status-bar'
// import { createRouter, createWebHistory } from 'vue-router/auto'
// import App from './App.vue'
//
// StatusBar.setBackgroundColor({ color: '#ffffff' })
//
// const router = createRouter({
// history: createWebHistory(),
// })
//
// createApp(App).use(router).mount('#app')