Skip to content

Commit

Permalink
update Vuemit + bootstrap demo file updated
Browse files Browse the repository at this point in the history
  • Loading branch information
gocanto committed Feb 6, 2017
1 parent a378150 commit 900442c
Show file tree
Hide file tree
Showing 3 changed files with 6,016 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
"autocomplete"
],
"devDependencies": {
"vue": "^2.*",
"gulp": "^3.*",
"gulp-notify": "^2.*",
"laravel-elixir": "6.0.0-11",
"laravel-elixir-vue-2": "^0.2.0",
"laravel-elixir-webpack-official": "^1.0.6"
"laravel-elixir-webpack-official": "^1.0.6",
"vue": "^2.*"
},
"dependencies": {
"vuemit": "^1.0.0"
"vuemit": "^1.*"
}
}
2 changes: 1 addition & 1 deletion src/js/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ window.Vue = require('vue');
| @link https://github.com/gocanto/vuemit
*/

require('vuemit');
window.Vuemit = require('vuemit');

/*
|------------------------------------------------------------------------------------
Expand Down
Loading

0 comments on commit 900442c

Please sign in to comment.