Commit 0fb91f84 authored by Gyeongho Park's avatar Gyeongho Park

[FIX] 콘텐츠 변수 할당 구문

parent 63d39a86
...@@ -119,8 +119,7 @@ export default { ...@@ -119,8 +119,7 @@ export default {
} }
}) })
.then(res=>{ .then(res=>{
let content = this.b64DecodeUnicode(res.data.content) this.guide.content = res.data
this.guide.content = content
}) })
.catch(err=>{ .catch(err=>{
this.guide.content = '' this.guide.content = ''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment