icon

作者: 嗯哼_3395 | 来源:发表于2018-07-07 16:25 被阅读0次

    图标缩略图

    image.png
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <title></title>
        <script src="vue.js"></script>
        <link rel="stylesheet" type="text/css" href="elementui/index.css">
        <link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-chalk/index.css">
    
        <script src="elementui/index.js"></script>
        <script src="https://unpkg.com/element-ui/lib/index.js"></script>
    
    </head>
    <body>
        <div id="box">
            <el-button type="primary" icon="el-icon-edit"></el-button>
            <el-button type="primary" icon="el-icon-share"></el-button>
            <el-button type="primary" icon="el-icon-delete"></el-button>
        </div>
    </body>
        <script>
           var box=new Vue({
              el:"#box",
              data:{
                  
              }
           })
    
        </script>
    </html>
    
    

    相关文章

      网友评论

          本文标题:icon

          本文链接:https://www.haomeiwen.com/subject/lsfguftx.html