博主网站(未完善)
博主首页

目录

01图标库
02插件安装

01条件渲染
02列表渲染
03模板渲染
04计算属性
05侦听器
06样式绑定
07样式
08事件
09表单输入绑定
10生命周期
11组件
12脚手架
13vue-router
14vuex
15拖拽
16组件间传递

01HTML元素
02CSS样式

01filter、find……
02匿名函数……
03动态拼接地址
04vh、vm
05vue中ref
06js类型判断
07插槽
08富文本编辑器
09javaScript
10watch监听
11依赖注入
12ES6运算符
13flex-direction
14本地存储
15随机颜色
16中间延申
17多次触发问题
18nvm安装
19表单数据动态
20持久化存储
21$nextTick
22::v-deep
23tab失灵
25封装表单验证
26电梯导航栏
27页面滚动渐入动画

css3基础01

01bs列表
02bs栅格
03bs表单
更新中......
摘要: 00.计算属性 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>D 阅读全文
posted @ 2021-09-10 11:49 !ment 阅读(64) 评论(0) 推荐(0) 编辑
摘要: 00.v-once(用于一次性数据,固定数据) <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <script src="https://cdn.staticfile.org/vue/2.6.11/vue.js 阅读全文
posted @ 2021-09-10 11:47 !ment 阅读(84) 评论(0) 推荐(0) 编辑
摘要: 00.v-for事例1(循环语句) <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0" 阅读全文
posted @ 2021-09-10 11:33 !ment 阅读(81) 评论(0) 推荐(0) 编辑
摘要: 00.vue代码架构 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <titl 阅读全文
posted @ 2021-09-10 11:22 !ment 阅读(168) 评论(0) 推荐(0) 编辑
摘要: 1.根据上一篇文章下载需要的图标文件(注意是unicode编码) 2.将.ttf文件导入到项目中(注意一定是static/font文件夹中;如果引入阿里巴巴矢量图标库单独下载的突变不生效,也必须将图标存储在static/image文件夹下面) 阅读全文
posted @ 2021-04-03 22:41 !ment 阅读(695) 评论(0) 推荐(0) 编辑
摘要: 一、引用animate.css 1.下载该文件,并将其导入到项目中:https://github.com/animate-css/animate.css 2.如下图: 二、element-ui 1.安装element-ui:npm i element-ui -S(vue2项目中) 2.main.js 阅读全文
posted @ 2021-04-01 13:31 !ment 阅读(367) 评论(0) 推荐(0) 编辑
摘要: 1.获取需要的图标 . 2.下载文件后,将css文件拷贝到项目代码中 3.打开文件,并删除选中的代码 4.在main中引入:import "./common/iconfont.css" 5.使用图标(iconfont与图标的名称) 阅读全文
posted @ 2021-04-01 13:20 !ment 阅读(200) 评论(0) 推荐(0) 编辑
摘要: 1. 2. 阅读全文
posted @ 2020-08-08 14:47 !ment 阅读(411) 评论(0) 推荐(0) 编辑
摘要: 1.管理员身份打开 2.输入set-ExecutionPolicy RemoteSigned 3.选择Y,完成 阅读全文
posted @ 2020-08-08 10:49 !ment 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 待完善…… 阅读全文
posted @ 2020-07-22 14:38 !ment 阅读(204) 评论(0) 推荐(0) 编辑