mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
remove unused code
This commit is contained in:
parent
71c613ab34
commit
b85699be16
1 changed files with 1 additions and 7 deletions
|
@ -8,7 +8,6 @@
|
|||
</template>
|
||||
<script>
|
||||
import { mapState } from 'vuex'
|
||||
import url from 'url'
|
||||
|
||||
export default {
|
||||
name: 'Settings',
|
||||
|
@ -19,12 +18,7 @@ export default {
|
|||
user: { }
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
...mapState(['settings']),
|
||||
baseurl () {
|
||||
return url.parse(this.settings.baseurl).host
|
||||
}
|
||||
},
|
||||
computed: mapState(['settings']),
|
||||
methods: {
|
||||
// async change_password () {
|
||||
// if (!this.password) { return }
|
||||
|
|
Loading…
Reference in a new issue