Version flag; close #175; improve error logging
Fix #175 improve error logging build assets Former-commit-id: c0feee879514a18dabe649368ac16895acf71f5a [formerly 644474964c42dc7ac3684059baa72d4f974c3fc1] [formerly df7e47d330f713c717f04a66430c895dce6933e4 [formerly 24dbcb87ba3ff0d3788d9f9e8cb1d9bbaa092d5e]] Former-commit-id: d864fca67e2c39ea0dd94a61ee89515de700284d [formerly fc3cba4628faaef6ae99562b7b236e82ccf20589] Former-commit-id: dd20e74775af0e4e2232a2fda3dd1bba169ce165
This commit is contained in:
@@ -131,6 +131,9 @@ export default {
|
||||
beforeDestroy () {
|
||||
window.removeEventListener('keydown', this.keyEvent)
|
||||
},
|
||||
destroyed () {
|
||||
this.$store.commit('updateRequest', {})
|
||||
},
|
||||
methods: {
|
||||
...mapMutations([ 'setLoading' ]),
|
||||
fetchData () {
|
||||
|
||||
Reference in New Issue
Block a user