普通HTML页面使用ElementPlus(vue3)引入样式和JS,因为ElementPlus是基于Vue3的,所以也要把vue3一起引入 <head> <!-- Import style --> <link rel="stylesheet" href="//unpkg.com/element-plus/dist/index.css" /> <!-- Import Vue 3 --> <script src=
下边我这边直接放出一个示例,复制粘贴就能用 这里我使用了VUE3+element-plus xml 复制代码 <html><head><meta charset="UTF-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>Moolsnet第三方对接数据加密示例</titl...
更新element-plus 版本 3年前 map 重构地图组件 BaiduMapPage.vue MapPage.vue SuperMapPage.vue MapPage2.vue 2个月前 App.vue 修改注释 2个月前 LICENSE Initial commit 3年前 README.md 更新README.md 2个月前 index.html iclient-leaflet.js太大了 ...
*/constdataRef=toRefs(data);return{exportExcel,...dataRef}},}// ElementPlus.locale(ElementPlus.lang.zhCn);constapp=createApp(vue3Composition).use(ElementPlus).mount("#app");</script>