SpringBoot集成Vue+Element UI

引入如下文件:

<link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-chalk/index.css">
<script src="https://unpkg.com/vue/dist/vue.js"></script>
<script src="https://unpkg.com/element-ui/lib/index.js"></script>


标签: 、面试
  • 回复
隐藏