UNPKG

el-table-wrap

Version:
20 lines (15 loc) 326 B
<meta charset="utf-8"> <title>ElTableWrap demo</title> <script src="https://unpkg.com/vue"></script> <script src="./ElTableWrap.umd.js"></script> <link rel="stylesheet" href="./ElTableWrap.css"> <div id="app"> <demo></demo> </div> <script> new Vue({ components: { demo: ElTableWrap } }).$mount('#app') </script>