SOURCE

console 命令行工具 X clear

                    
>
console
console.log(Vue)
var app = new Vue({
      el: '#app'
    })
<!DOCTYPE html>
<html lang="zh-cn">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Document</title>
</head>
<body>
  <div id="app">
    <el-container>
        <el-row>
            <el-col :span="12">
                <dv-border-box-8 :reverse="true" :color="['red', 'blue']" class="fkitem">
                    项目总数 
                    <br />
                    <br />222
                </dv-border-box-8>
            </el-col>
            <el-col :span="12">
                
            </el-col>
        </el-row>
    </el-container>
      
  </div>
</body>
</html>
html, body, #app {
      width: 100%;
      height: 100%;
      margin: 0px;
      padding: 0px;
    }
* {margin: 0px;
      padding: 0px;}
    .border-box-content {
      color: rgb(66,185,131);
      font-size: 40px;
      font-weight: bold;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .el-row {
        width: 100%;
    }

本项目引用的自定义外部资源