💄 Site > File tree > Improve style

This commit is contained in:
brunosimon
2017-09-07 01:35:17 +02:00
parent 6bcf75ba01
commit 62d0eb31ff
7 changed files with 73 additions and 12 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
<template src="./template.html"></template>
<script src="./script.js"></script>
<style src="./style.styl" lang="stylus" scoped></style>
<style src="./style.styl" lang="stylus"></style>
+1 -1
View File
@@ -75,7 +75,7 @@ export default
const question = {}
question.line = index
question.version = this.version.date
question.file = this.$store.state.files.current.path.full
question.file = this.$store.state.files.currentFile.path.full
this.$store.commit('setQuestion', question)
this.$store.commit('openChat')
}