VUE 中使用 Element 时间控件(简单上手)

  1. 在 main.js 中写入以下内容:
	import ElementUI from 'element-ui';
	import 'element-ui/lib/theme-chalk/index.css';
	Vue.use(ElementUI);
	以上代码便完成了 Element 的引入。
  1. 引用了,当然就需要拥有了
    npm 安装
	npm i element-ui -S

或是 页面引入





  1. 可以开始使用了
	 

VUE 中使用 Element 时间控件(简单上手)_第1张图片
大概就是这个样子; 参考: http://element-cn.eleme.io/#/zh-CN/component/installation

你可能感兴趣的:(老年健忘症笔记)