增加内置浏览器打开引导
This commit is contained in:
@@ -3,6 +3,7 @@ import { RouterView } from 'vue-router'
|
||||
import { computed } from 'vue'
|
||||
import { useRoute } from 'vue-router'
|
||||
|
||||
import InAppBrowserPrompt from './components/InAppBrowserPrompt.vue'
|
||||
import AdminLayout from './layouts/AdminLayout.vue'
|
||||
import AppLayout from './layouts/AppLayout.vue'
|
||||
|
||||
@@ -24,4 +25,5 @@ const layout = computed(() => {
|
||||
<AppLayout v-else>
|
||||
<RouterView />
|
||||
</AppLayout>
|
||||
<InAppBrowserPrompt />
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user