💄 Site > File tree > Improve style
This commit is contained in:
@@ -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>
|
||||
@@ -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')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user