会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
blythe-xxy
博客园
首页
新随笔
联系
订阅
管理
2022年3月25日
query传值
摘要: 使用query,页面刷新不会存在问题,也不需要在路由中配置。 { path:'/detail', component: detail, } 使用方法: 传递参数(JS中): this.$router.push({ path: '/detail', query:{key: item.id} }); 传
阅读全文
posted @ 2022-03-25 17:13 浔余樱
阅读(347)
评论(0)
推荐(0)
2022年3月23日
hover时,添加border对background-image的影响及解决
摘要: 由于需求,要实现hover时添加边框,原代码如下 1 .item { 2 position: relative; 3 display: flex; 4 flex-direction: column; 5 width: 30%; 6 border-radius: 4px; 7 padding: 30p
阅读全文
posted @ 2022-03-23 11:35 浔余樱
阅读(171)
评论(0)
推荐(0)
公告