Skip to content

Commit

Permalink
fix: build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
anish2690 committed Jan 9, 2021
1 parent 958ded2 commit c6be8fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ package-lock.json
.DS_Store
temp
demo_dist

.vercel
File renamed without changes.
2 changes: 1 addition & 1 deletion src/color/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { App } from 'vue'
import VueColorKit from './index.vue'
import VueColorKit from './ColorPicker.vue'

VueColorKit.install = (Vue: App) => {
Vue.component(VueColorKit.name, VueColorKit)
Expand Down

0 comments on commit c6be8fd

Please sign in to comment.