File tree Expand file tree Collapse file tree 4 files changed +399
-379
lines changed Expand file tree Collapse file tree 4 files changed +399
-379
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " laravel-file-manager" ,
3- "version" : " 2.0.3 " ,
3+ "version" : " 2.0.4 " ,
44 "description" : " File manager for Laravel" ,
55 "keywords" : [
66 " laravel" ,
Original file line number Diff line number Diff line change 44 <div class =" fm-notification-item" role =" alert"
55 v-for =" (notification, index) in notifications"
66 v-bind:class =" `fm-${notification.status}`"
7- v-bind:key =" index" >
7+ v-bind:key =" `notify-${ index}` " >
88 {{ notification.message }}
99 </div >
1010 </transition-group >
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ export default {
1111 state ( ) {
1212 return {
1313 // App version
14- version : '2.0.3 ' ,
14+ version : '2.0.4 ' ,
1515
1616 // this headers will be merged with default headers
1717 headers : { } ,
You can’t perform that action at this time.
0 commit comments