摘要:
<template> <div class="container my-4 mx-auto p-4"> <el-radio-group v-model="labelPosition" label="label position"> <el-radio-button label="left">Left 阅读全文
摘要:
scrollBehavior 可以记录滚动条位置,也可以自己设定滚动条位置 const router = createRouter({ // createRouter返回一个router实例 history: createWebHistory(), scrollBehavior: (to, from 阅读全文
摘要:
loadingbar <template> <div class="wrapper"> <div ref="bar" class="bar"></div> </div> </template> <script setup lang="ts"> import { onMounted, ref } fr 阅读全文
摘要:
安装 npm i -S animate.css main.ts 引入 import 'animate.css'; router const routes: RouteRecordRaw[] = [ { path: '/', alias: ['/login'], component: () => im 阅读全文