UNPKG

@dreysolano/vue-histogram-slider

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