Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
- laravel v5.7
  • Loading branch information
ctf0 committed Sep 10, 2018
1 parent ca9f6ac commit 461b74f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
],
"require": {
"php" : "~7.0",
"illuminate/support": "~5.4.0|~5.5.0|~5.6.0",
"illuminate/support": "~5.4.0|~5.5.0|~5.6.0|~5.7.0",
"phpspec/php-diff": "^1.1",
"owen-it/laravel-auditing": "^8.0",
"fico7489/laravel-pivot": "*",
Expand Down
2 changes: 1 addition & 1 deletion src/resources/assets/js/Odin.vue
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export default {
},
watch: {
selected(val) {
const html = document.getElementsByTagName('html')[0]
const html = document.documentElement
if (val) {
html.classList.add('no-scroll')
Expand Down

0 comments on commit 461b74f

Please sign in to comment.