安装参考: https://element-plus.org/#/zh-CN/component/installation
<!-- 引入样式 -->
<link rel="stylesheet" href="https://unpkg.com/element-plus/lib/theme-chalk/index.css">
<!-- 引入组件库 -->
<script src="https://unpkg.com/element-plus/lib/index.full.js"></script>
分隔符参考 :https://v3.vuejs.org/api/options-misc.html#name
Vue.createApp({
// Delimiters changed to ES6 template string style
delimiters: ['${', '}']
})
© Licensed under CC BY-NC-SA 4.0这辈子没法做太多的事情, 所以每一件都要做到精彩绝伦!——史蒂夫.乔布斯