elementUI

开始学习elementUI了。

怎么可以快速的学习一个UI框架,是我们的值得思考的事情。

博客,重点,记忆。

<el-button @click="visible = true">按钮</el-button>
    <el-dialog v-model="visible" title="Hello world">
      <p>欢迎使用 Element</p>
</el-dialog>

  

原文地址:https://www.cnblogs.com/coding4/p/6712940.html