Skip to content

Commit 76774ea

Browse files
committed
Import vue file instead of built file for hot reload in dev
1 parent 77a3687 commit 76774ea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

demo/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import Vue from 'vue';
2-
import VueTelInput from '../dist/vue-tel-input';
3-
import '../dist/vue-tel-input.css';
2+
import VueTelInput from '../src/vue-tel-input.vue';
43

54
import App from './App.vue';
65

0 commit comments

Comments
 (0)