Hacktoberfest-Indonesia-2021
Hacktoberfest-Indonesia-2021 copied to clipboard
Event Hacktoberfest Indonesia 2021
Results
74
Hacktoberfest-Indonesia-2021 issues
Sort by
recently updated
recently updated
newest added
### How to use **main.js** `import TopProgressBar from "@/components/TopProgressBar.vue";` `const bar = (Vue.prototype.$topprogressbar = new Vue(TopProgressBar).$mount());` `document.body.appendChild(bar.$el);` **Sample usage** ``` mounted () { this.$topprogressbar.start(); setTimeout(() => this.$topprogressbar.finish(), 500); } ```
belajar