laravel-nova
Advanced tools
Comparing version 1.6.0 to 1.7.0
{ | ||
"name": "laravel-nova", | ||
"version": "1.6.0", | ||
"version": "1.7.0", | ||
"description": "Supporting modules for Laravel Nova", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -1,4 +0,1 @@ | ||
import each from 'lodash/each' | ||
import get from 'lodash/get' | ||
export default { | ||
@@ -5,0 +2,0 @@ methods: { |
@@ -10,4 +10,9 @@ import defaults from 'lodash/defaults' | ||
this.$router.push({ query: defaults(value, this.$route.query) }) | ||
.catch(error => { | ||
if (error.name != "NavigationDuplicated") { | ||
throw error; | ||
} | ||
}); | ||
}, | ||
}, | ||
} |
Sorry, the diff of this file is too big to display
813490
24406