UNPKG

@chartiful/vue-vertical-bar-graph

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