其他分享
首页 > 其他分享> > 国内elementUI地址

国内elementUI地址

作者:互联网

近期因公司内网屏蔽,直接使用国内镜像有些标签使用不了,带上@2.15.6版本号就好了,不够再往上加

<link rel="stylesheet" href="https://unpkg.zhimg.com/element-ui@2.15.6/lib/theme-chalk/index.css">

//引用index.js前需引用vue.js ,vue代码写在加载后,模块化开发请忽略!
<script src="https://unpkg.zhimg.com/element-ui@2.15.6/lib/index.js"></script>

标签:index,vue,elementUI,版本号,js,国内,地址,引用,2.15
来源: https://blog.csdn.net/qq_43544587/article/details/122608678