File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @alttiri/vue-file-input" ,
3- "version" : " 1.4.1 -20240819" ,
3+ "version" : " 1.4.2 -20240819" ,
44 "type" : " module" ,
55 "description" : " Vue.js file input with Drag and Drop support." ,
66 "homepage" : " https://github.com/alttiri/vue-file-input" ,
1414 " src"
1515 ],
1616 "scripts" : {
17- "vue- dev" : " vite --host" ,
18- "vue- build" : " vite build" ,
19- "vue- serve" : " vite preview" ,
17+ "dev" : " vite --host" ,
18+ "build" : " vite build" ,
19+ "serve" : " vite preview" ,
2020 "#" : " " ,
2121 "test-publish" : " npm pack" ,
2222 "publish-npm" : " npm publish --registry=https://registry.npmjs.org" ,
Original file line number Diff line number Diff line change 11<template >
22 <div >
3- <span class =" content hover" v-if =" state.private.dropHover" >
3+ <span class =" content hover" v-if =" state.private.dropHover.value " >
44 <slot name =" hover" >
55 <FileInputDefaultHoverText :state =" state" />
66 </slot >
77 </span >
8- <span class =" content selected" v-else-if =" state.private.file && !state.private.parsing" >
8+ <span class =" content selected" v-else-if =" state.private.file.value && !state.private.parsing.value " >
99 <slot name =" selected" >
1010 <FileInputDefaultText :state =" state" />
1111 </slot >
You can’t perform that action at this time.
0 commit comments