Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 355 Bytes

readme.md

File metadata and controls

31 lines (17 loc) · 355 Bytes

用法:

  • 安装: npm i vue-myarea

  • 使用:

    <template>

    <myarea @select="haha"><myarea>

    </template >

    <script>
      methods:{
      	haha:function(d){
      		console.log(d);
      	}
      }	
    

    </script>

  • 数据(data.js) 换了一个版本的,应该比之前的要新一些