UNPKG

@charbytex/vue-cron-editor-vuetify

Version:

[![Actions Status](https://github.com/caehprogrammer/vue-cron-editor/workflows/Node%20CI/badge.svg)](https://github.com/caehprogrammer/vue-cron-editor/actions)

18 lines (14 loc) 312 B
<meta charset="utf-8"> <title>vue-cron-editor-vuetify demo</title> <script src="https://unpkg.com/vue"></script> <script src="./vue-cron-editor-vuetify.umd.js"></script> <div id="app"> <demo></demo> </div> <script> new Vue({ components: { demo: vue-cron-editor-vuetify } }).$mount('#app') </script>