Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
郑飞杰 committed Dec 9, 2019
1 parent d6dab88 commit f3afeef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,11 @@

<script src="//unpkg.com/vue"></script>
<script src="//unpkg.com/vue-input-file"></script>
<!-- <script src="../dist/vue-input-file.iife.js"></script> -->

<script>
// 全局注册
// Vue.use(vueInputFile, { component: 'vue-input-file' })
// Vue.use(vueInputFile, { component: 'vue-input-file' })
// 或:
// Vue.component('vue-input-file', vueInputFile)

Expand Down

0 comments on commit f3afeef

Please sign in to comment.