大飞_dafei

导航

上一页 1 2 3 4 5 6 7 8 ··· 49 下一页

2022年8月20日 #

uni-app基本使用

摘要: uni-app基本使用 注意: 创建uni-app 项目之前一定要先确定是Vue2还是Vue3, 这关系到后面执行命令不同 环境说明: 当前node版本v14.18.0vue-cli 版本 @vue/cli 5.0.8我这里使用当前目录下安装脚手架,并且安装uniapp, #npm install 阅读全文

posted @ 2022-08-20 00:14 大飞_dafei 阅读(310) 评论(1) 推荐(0) 编辑

2022年8月19日 #

TortoiseGit 图标不显示

摘要: TortoiseGit 图标不显示 阅读全文

posted @ 2022-08-19 22:08 大飞_dafei 阅读(18) 评论(0) 推荐(0) 编辑

CSS-盒子四周阴影效果

摘要: CSS-盒子四周阴影效果 属性box-shadow, <style type="text/css"> .fei { margin-left: 230px; width: 100px; height: 100px; border: 1px solid #eee; /** 主要属性box-shadow 阅读全文

posted @ 2022-08-19 20:55 大飞_dafei 阅读(698) 评论(0) 推荐(0) 编辑

2022年8月13日 #

WebStrom开发微信小程序,基本配置

摘要: WebStrom开发微信小程序,基本配置 注意默认情况下,webstorm不支持wxml和wxss的文件类型,所以需要手动去配置。我们只需要配置.wxml和.wxss: 识别为: .wxml->html.wxss->css 插件安装 02)uniapp 配置启动小程序 01) 安装完毕uniapp框 阅读全文

posted @ 2022-08-13 12:35 大飞_dafei 阅读(1375) 评论(0) 推荐(0) 编辑

2022年8月10日 #

Vue3 在 Element-plus中 v-model, update:modelValue 线上环境报错

摘要: Vue3 在 Element-plus中 v-model, update:modelValue 线上环境报错 modelValue is not defined,在本地开发环境没有问题 01)错误场景复现 <template> <!-- 父组件--> <div class="fei-parent"> 阅读全文

posted @ 2022-08-10 15:55 大飞_dafei 阅读(3007) 评论(0) 推荐(0) 编辑

微信小程序实现一天倒计时

摘要: 微信小程序实现一天倒计时 <view class="container"> <view class="title">一天倒计时 </view> <view class="title"> </view> <view class="top_tip"> <view class="countdown-tit 阅读全文

posted @ 2022-08-10 10:05 大飞_dafei 阅读(508) 评论(0) 推荐(0) 编辑

2022年8月3日 #

Vue3 之组件 v-model

摘要: Vue3 之组件 v-model 在 3.x 中,自定义组件上的 v-model 相当于传递了 modelValue prop 并接收抛出的 update:modelValue 事件: 父组件 <template> <!-- 父组件--> <p> 在 3.x 中,自定义组件上的 v-model 相当 阅读全文

posted @ 2022-08-03 00:22 大飞_dafei 阅读(948) 评论(1) 推荐(0) 编辑

2022年8月1日 #

element-ui 之 Form-Item 插槽使用

摘要: element-plus 之 Form-Item 插槽使用 <el-form> <el-form-item> <template #label> 自定义label飞: <!--<el-popover placement="top" :width="50" trigger="hover" conten 阅读全文

posted @ 2022-08-01 19:40 大飞_dafei 阅读(3506) 评论(0) 推荐(0) 编辑

IDEA 添加插件支持 bat开发

摘要: IDEA 添加插件支持 bat开发 plugs中添加 Batch Scripts Support 插件 插件官方地址Batch Scripts Support 阅读全文

posted @ 2022-08-01 13:42 大飞_dafei 阅读(840) 评论(0) 推荐(0) 编辑

2022年7月26日 #

element-ui 之 表单验证规则

摘要: element-ui 之 表单验证规则 const rules = { role: { type: 'enum', enum: ['admin', 'user', 'guest'] }, data: [{type: 'date', required: true, trigger: 'change', 阅读全文

posted @ 2022-07-26 20:17 大飞_dafei 阅读(207) 评论(1) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 ··· 49 下一页