Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 19d56b8

Browse files
author
savoygu
committed
Update README.md
1 parent f022eaa commit 19d56b8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ For more information, please refer to [vue-demonstration](http://savoygu.github.
4141
const sourcecode = `<div>your code</div>`
4242
export default {
4343
data () {
44-
sourcecode
44+
return {
45+
sourcecode
46+
}
4547
}
4648
}
4749
</script>

0 commit comments

Comments
 (0)