- 博客(3)
- 资源 (1)
- 收藏
- 关注
原创 自定义input实现聚焦选中内容边框颜色改变
<template> <view class="my-input"> <input :value="value" @input="bindinput" :selection-start="start" :selection-end="end" :placeholder="mplaceholder" :type="type" @blur="bindblur" @focus="
2021-09-09 20:34:27 4892
原创 输入框input获得焦点后自动选中内容
项目开发中经常会遇到输入框inpute获得焦点后自动选中内容,可以通过foucus实现//input中绑定foucus方法<input @focus=" focus($event)" />//得到焦点选中focus:function( event) {event.currentTarget. select()} ...
2021-09-03 14:19:17 2704
原创 uniapp自定义函数封装
uniapp自定义函数封装// An highlighted block// A code blockconst abc=function
2021-08-30 00:04:37 2781
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人