提交
This commit is contained in:
10
src/App.vue
10
src/App.vue
@@ -1,10 +1,14 @@
|
||||
<template>
|
||||
<<<<<<< HEAD
|
||||
<router-view/>
|
||||
=======
|
||||
<router-view />
|
||||
<login></login>
|
||||
>>>>>>> 542e853 (提交)
|
||||
</template>
|
||||
<script setup>
|
||||
import { useRouter } from 'vue-router'
|
||||
const router = useRouter()
|
||||
// router.push(`/edit-choosing`)
|
||||
import login from '@/components/public/login.vue'
|
||||
|
||||
</script>
|
||||
<style lang="less">
|
||||
* {
|
||||
|
||||
Reference in New Issue
Block a user