安装依赖
babel-preset-es2015和babel-cli
cnpm i --save-dev babel-preset-es2015 babel-cli
项目根目录创建.babelrc
{
"presets": [
"es2...
yekong
3年前 (2021-09-06)
喜欢
快速生成一个默认配置的项目
npm init -y
...
yekong
3年前 (2021-09-06)
喜欢
html
<div v-for="(val,key,index) in info" :key="index">
值:{{ val }}--键名{{ key }} ---索引{{ i }}
...
yekong
3年前 (2021-09-04)
喜欢
<template>
<el-dialog class="dialogs" title="产品(BOLON-BL2020-1.65]选择规格" :visible.sync="show">
...
yekong
3年前 (2021-09-04)
喜欢
找到配置文件
location ~* \.(gif|png|jpg|css|js|woff|woff2)$
{
proxy_pass http://127.0.0.1:7000;
proxy_set_header Host $host;
proxy_...
yekong
3年前 (2021-09-04)
喜欢
在标签video添加loop参数即可
<video class="loginimg wow slideInLeft" loop muted id="video" autoplay="autoplay" contro...
yekong
3年前 (2021-09-04)
喜欢
vue 数据大屏 天津智能化制造基地 案例展示
演示地址:vue 数据大屏 天津智能化制造基地 案例展示
...
yekong
3年前 (2021-09-03)
喜欢
插件可以通过vue官网查看
vue官网
安装插件后开发工具中就可以看到vue菜单了。
在这里可以看到各个模块,以及模块下props data $refs等信息。
...
yekong
3年前 (2021-09-03)
喜欢
背景透明度
Preperence → Profiles → Window → Window Appearance
通过调整Transparency控制透明度
更换背景图片
Preperence → Profiles → Window → Background Image
通过B...
yekong
3年前 (2021-09-03)
喜欢
在 Preperence → Profiles → Text 进行设置
光标形状分别为
Underline 下划线
Vertical bar 竖线
Box 盒子
三种类型根据需要自行选择自己喜欢的,如果想要光标闪烁可以勾选 Blinking cursor
...
yekong
3年前 (2021-09-03)
喜欢