UNPKG

@findsoft/vue-fluctuation

Version:

a simple vue-component for the fluctuation of data

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