vue开发时,需要一些特殊的效果,比如点击文字出现弹窗,弹窗是点击一次弹出一个不限数量,并稍加偏移以便于看到大概数量,并且弹窗可以拖动
运行实例
代码
<template>
<div class="wuxiantanchuang"&g...
yekong
3年前 (2022-01-08)
喜欢
vue数据可视化大屏外包项目中需要一个时间刻度尺来控制数据大屏中地图的显示
运行实例
在实际项目中的使用效果:重要目标预警与智慧分析系统
代码
<template>
<div class="ruler-wrapx">
&...
yekong
3年前 (2022-01-08)
喜欢
运行实例
代码
<template>
<div class="nongji">
<div class="list scroll">
<div class="li...
yekong
3年前 (2022-01-06)
喜欢
使用百度vue-baidu-map
实际运行
代码
<template>
<div class="maps">
<div class="zhnj">
</div>
...
yekong
3年前 (2022-01-06)
喜欢
<template>
<div>
<el-button class="button" type="primary" @click="getshow" size="min...
yekong
3年前 (2022-01-03)
喜欢
最近在做一个vue多组件的项目,每次增加一个组件,还需要自己手动去引入到页面中,很麻烦,想找一个简单的办法,只需要专注的写组件就可以了,不用考虑其他问题。
<template>
<div class="homebody">
...
yekong
3年前 (2021-12-31)
喜欢
uniapp开发时涉及到版本更新时,经常需要获取当前版本号。
第一种
plus.runtime.getProperty(plus.runtime.appid, (wgtinfo) => {
console.log(JSON.stringify(wgtinfo));
...
yekong
3年前 (2021-12-30)
喜欢
通过使用element ui 实现的自定义进度条效果实例
更多进度条效果实例
vue 数据可视化大屏进度条效果实例
item
<template>
<div class="paimingitems">
<div cl...
yekong
3年前 (2021-12-28)
喜欢
安装依赖
npm i vue-count-to --save
二次封装
<template>
<countTo :startVal='startVal' :endVal='num' :duration='3000'></countTo>
...
yekong
3年前 (2021-12-26)
喜欢
uniapp开发每次设置性别都要重新写,很耗费时间干脆把写过的记录下来,下次可以直接复用。
html
<view @click="show=true" class="justify-between group_8">
...
yekong
3年前 (2021-12-25)
喜欢