feat(login): 增加login的轮播图

This commit is contained in:
‘chen.home’ 2022-08-09 20:41:54 +08:00
parent 89da9595eb
commit 0cd8f6a79a
2 changed files with 26 additions and 13 deletions

View File

@ -1,17 +1,31 @@
<template>
<div text-center flex-col-center wh-full>
<h1 font="bold" text-5xl>{{ msg }}</h1>
<div m-10>
Already configured:
vue3vite3unocsseslintprettiertstsxconventionalhusklint-stagedvue-routeraxios
</div>
<div c-lightBlue><router-link to="/">Go to layout</router-link></div>
<div text-center flex-center wh-full>
<n-carousel autoplay w-500px>
<img
h-screen
object-cover
src="https://images.unsplash.com/photo-1659991689791-db84493f8544?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=686&q=80"
/>
<img
object-cover
h-screen
src="https://images.unsplash.com/photo-1599420186946-7b6fb4e297f0?ixlib=rb-1.2.1&ixid=MnwxMjA3fDF8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=687&q=80"
/>
<img
h-screen
object-cover
src="https://images.unsplash.com/photo-1657299156568-c94580e20fb6?ixlib=rb-1.2.1&ixid=MnwxMjA3fDF8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=687&q=80"
/>
<img
object-cover
h-screen
src="https://images.unsplash.com/photo-1659983391845-47ea9d99e7bd?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=687&q=80"
/>
</n-carousel>
<div c-lightBlue flex-1><router-link to="/">Go to layout</router-link></div>
</div>
</template>
<script setup lang="ts">
import { ref } from 'vue';
const msg = ref('It is just a blank template.');
</script>
<script setup lang="ts"></script>
<style lang="less" scoped></style>
<style scoped></style>

View File

@ -1,7 +1,6 @@
{
"compilerOptions": {
"baseUrl": ".",
"incremental": true, // ,tsconfig.tsbuildinfo,
"target": "ESNext",
"useDefineForClassFields": true,
"module": "ESNext",