Skip to content

Commit

Permalink
프로젝트 저장 동작 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
nameEO committed Sep 18, 2020
1 parent 70d611f commit db700fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/views/Layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,10 @@ export default {
name: this.headerInfo.name,
data: await this.$refs.editorRef.compile()
}
// project를 JSON 형식으로 변환하여 localStorage에 저장
window.localStorage.projectSaveData = JSON.stringify(this.projectData)
}
// project를 JSON 형식으로 변환하여 localStorage에 저장
window.localStorage.projectSaveData = JSON.stringify(this.projectData)
},
async exportProject() {
await this.saveProject()
Expand Down

0 comments on commit db700fd

Please sign in to comment.