This commit is contained in:
lesion
2019-06-11 23:53:16 +02:00
parent f70721cb52
commit c3bcc127d0
6 changed files with 6 additions and 27 deletions

View File

@@ -33,18 +33,3 @@
su underscore chicciola autistici.org
</template>
<script>
export default {
data () {
return {
open: true,
}
},
methods: {
close (done) {
this.$router.replace('/')
done()
}
}
}
</script>