边框1

基础用法

<template>
  <div class="container">
    <dz-borderBox1 />
  </div>
</template>

<style scoped>
  .container{
    margin-top:10px;
    width:600px;
    height:300px;
  }
</style>
Last Updated:
Contributors: huzhiwei