logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

vuejs实现图片放大镜效果

原作者地址:https://github.com/lemontree2000/vue-magnify转载优化作者地址:https://segmentfault.com/a/1190000012260414// 组件<template><div class="magnify"><div class="preview-box" @mous...

vue简单的if条件渲染和for循环

*{margin: 0;padding: 0;}body{font-family: "microsoft yahei","arial";font-size: 14px;margin: 5px 10px;line-height: 30px;}ul{list-style: none;}div{border-bottom: 1px solid #999;}

vue的显示与隐藏

>  html>  head>      meta charset="utf-8">      title>vue点击切换显示隐藏title>      script src="https://cdn.bootcss.com/vue/2.2.2/vue.min.js">script>  head>  body>      div id="example">   

vue.js怎么动态的添加class名称以及判断只给对应的一个添加

{active:index==dynamic}">{{index}}{{listRenderingList.text}}var listRenderingVm=new Vue({el:'#listRendering',data:{listRenderingLists:[{text:'Foo'},{text:'Bar'},{text:'Foo Bar'

记录 git 常用命令

git diff master origin/master --stat 比较当前分支与远程分支的差异gitreset--hard HEAD~将版本回退,本地所有文件与远程一样git reset --soft HEAD~ 版本回退,本地代码为最新代码与远程不一样gitstash 将未处理完的变更先保存到 stash 中gitstashpoppop 不保留 stash...

vue3中使用wx-open-launch-weapp

vue3中公众号跳转小程序的开放标签使用

文章图片
#vue.js#前端#javascript
到底了