File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 11<template >
22 <FileInput :state =" state" >
3- <template v-slot :selected ><FileInputSelectedInfo :state =" state" /></template >
3+ <template v-slot :selected >
4+ <FileInputSelectedInfo :state =" state" />
5+ </template >
46 </FileInput >
57</template >
68
79<script setup>
8- import {getStateInstance , FileInput , FileInputSelectedInfo } from " .. /index" ;
10+ import {getStateInstance , FileInput , FileInputSelectedInfo } from " /src /index" ;
911// or
1012// import {getStateInstance, FileInput, FileInputSelectedInfo} from "@alttiri/vue-file-input";
1113
File renamed without changes.
Original file line number Diff line number Diff line change 2020</ head >
2121< body >
2222 < div id ="app "> </ div >
23- < script src ="/src/ demo/main.js " type ="module "> </ script >
23+ < script src ="/demo/main.js " type ="module "> </ script >
2424</ body >
2525</ html >
Original file line number Diff line number Diff line change 11{
22 "name" : " @alttiri/vue-file-input" ,
3- "version" : " 1.1.5 " ,
3+ "version" : " 1.1.6 " ,
44 "type" : " module" ,
55 "description" : " Vue.js file input with Drag and Drop support." ,
66 "homepage" : " https://github.com/alttiri/vue-file-input" ,
1010 "type" : " git" ,
1111 "url" : " https://github.com/alttiri/vue-file-input.git"
1212 },
13+ "files" : [
14+ " src"
15+ ],
1316 "scripts" : {
1417 "dev" : " vite --host" ,
1518 "build" : " vite build" ,
You can’t perform that action at this time.
0 commit comments