菜鸟的博客

纵有疾风起,人生不言弃。

导航

< 2025年2月 >
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 1
2 3 4 5 6 7 8

统计

08 2024 档案

element-plus丑陋的使用
摘要:<template> <div> <el-form :model="form" :rules="rules" ref="form" label-width="100px"> <el-form-item label="时间"> <el-date-picker v-model="form.time" t 阅读全文

posted @ 2024-08-31 21:31 hhmzd233 阅读(47) 评论(0) 推荐(0) 编辑

冲刺记录13-vue的响应式数据1
摘要:ref 基本类型的响应式数据 首先需要 import {ref} from 'vue' 哪个需要响应式,哪一个加ref('name') 在函数中调用响应式数据的时候,需要name.value <template> <div class="person"> <h2>姓名:{{name}}</h2> < 阅读全文

posted @ 2024-08-24 20:39 hhmzd233 阅读(8) 评论(0) 推荐(0) 编辑

今天学了vue3的composition API
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <link rel="icon" href="/favicon.ico"> <meta name="viewport" content="width=device-width 阅读全文

posted @ 2024-08-17 19:32 hhmzd233 阅读(4) 评论(0) 推荐(0) 编辑

vue2小效果的实现
摘要:<!--components文件中的Person.vue--> <template> <div class="person"> <h2>姓名:{{name}}</h2> <h2>年龄:{{age}}</h2> <button @click="changeName">修改名字</button> <bu 阅读全文

posted @ 2024-08-10 21:45 hhmzd233 阅读(16) 评论(0) 推荐(0) 编辑

登录认证-引入(JWT令牌)
摘要://ArticleController package com.di.bigevent.controller; import com.di.bigevent.pojo.Result; import org.springframework.web.bind.annotation.GetMapping; 阅读全文

posted @ 2024-08-03 15:27 hhmzd233 阅读(77) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示