11 2024 档案
摘要:文件:Vip.module.css 内容: .smallAndBigAA { animation: 1s infinite smallAndBig; } @keyframes smallAndBig { 0%, 100% { width: 85%; height: 36px; } 50% { wid
阅读全文
摘要:案例1 import { useParams, useSearchParams } from "react-router-dom"; const [searchParams, setSearchParams] = useSearchParams(); console.log("searchParam
阅读全文
摘要:创建 Vite 项目 使用 Vite 创建一个新的 React 项目: npm create vite@latest my-react-app --template react my-react-app 是你的项目名称,你可以根据需要更改。 进入项目目录 进入你刚刚创建的项目目录: cd my-re
阅读全文
摘要:npm install -g @vue/cli vue create my-vue-app 引入路由 yarn add vue-router@3 yarn add element-ui npm install element-ui --save npm install vue-router
阅读全文

浙公网安备 33010602011771号