mirror of
https://github.com/romancm/gamebrary
synced 2025-02-17 11:38:24 +00:00
clean up
This commit is contained in:
parent
1fa66ad233
commit
425851b79c
1 changed files with 0 additions and 4 deletions
|
@ -1,7 +1,5 @@
|
|||
<template lang="html">
|
||||
<b-form-group label="Open games in:">
|
||||
<pre>s {{ gameDetailView }}</pre>
|
||||
|
||||
<b-form-select
|
||||
v-model="gameDetailView"
|
||||
style="max-width: 200px"
|
||||
|
@ -57,8 +55,6 @@ export default {
|
|||
this.$bvToast.toast('There was an error saving your settings', { variant: 'danger' });
|
||||
this.saving = false;
|
||||
});
|
||||
|
||||
this.$bvToast.toast('Boom, bitch!');
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue