首页
关于
统计
友链
更多
留言
Search
1
Golang 语言中的 chan 通道
1,059 阅读
2
ThinkPHP 关闭缓存
845 阅读
3
Python简单爬虫(XHS)
815 阅读
4
简单的Python爬虫代码演示
796 阅读
5
【油猴插件推荐】可显示抖音直播间实际人数
726 阅读
前端
Vue
Uni-app
Layui
Element-ui
后端
PHP
Goalng
Python
Linux
Docker
Mysql
Redis
算法
硬件
NAS
路由器
交换机
教程
杂谈
家庭网络
乱七八糟
智能家居
登录
Search
标签搜索
golang
goroutine
并发
chan
xiaomi
小米
智能家居
摄像机
家庭监控
油猴插件
CodeMan
累计撰写
14
篇文章
累计收到
6
条评论
首页
栏目
前端
Vue
Uni-app
Layui
Element-ui
后端
PHP
Goalng
Python
Linux
Docker
Mysql
Redis
算法
硬件
NAS
路由器
交换机
教程
杂谈
家庭网络
乱七八糟
智能家居
页面
关于
统计
友链
留言
搜索到
1
篇与
的结果
2021-05-07
全局引入element-ui
import Vue from 'vue' import App from './App.vue' import router from "./routes" import auth from "./utils/auth" import axios from 'axios' import ElementUI from 'element-ui' import 'element-ui/lib/theme-chalk/index.css' Vue.config.productionTip = false // 使Mock生效 import '../mock/' Vue.prototype.$auth = auth Vue.prototype.$http = axios Vue.use(ElementUI) new Vue({ render: h => h(App), router }).$mount('#app')
2021年05月07日
572 阅读
0 评论
8 点赞