File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " laravel-file-manager" ,
3- "version" : " 2.0.0 " ,
3+ "version" : " 2.0.1 " ,
44 "description" : " File manager for Laravel" ,
55 "keywords" : [
66 " laravel" ,
Original file line number Diff line number Diff line change 1818</ noscript >
1919< div class ="container ">
2020 < div style ="height: 800px; ">
21- < div id ="app "> </ div >
21+ < div id ="fm "> </ div >
2222 </ div >
2323</ div >
2424<!-- built files will be auto injected -->
Original file line number Diff line number Diff line change 1+ /* eslint-disable-next-line */
12import '@babel/polyfill' ;
23import Vue from 'vue' ;
34import store from './store' ;
45import App from './FileManager.vue' ;
56
67Vue . config . productionTip = process . env . NODE_ENV === 'production' ;
78
8- window . lfm = new Vue ( {
9+ window . fm = new Vue ( {
910 store,
1011 render : h => h ( App ) ,
11- } ) . $mount ( '#app ' ) ;
12+ } ) . $mount ( '#fm ' ) ;
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.0 Beta ' ,
14+ version : '2.0.1 ' ,
1515
1616 // this headers will be merged with default headers
1717 headers : { } ,
You can’t perform that action at this time.
0 commit comments