Minor fix

This commit is contained in:
ポール ウェッブ 2018-06-23 15:46:49 -05:00
parent cbc9c876b5
commit 0c97e77d6c
2 changed files with 2 additions and 2 deletions

View file

@ -47,7 +47,7 @@
.use(require("markdown-it-container"), "api__content__example");
export default {
data: () => {
data () {
return {
content: {},
htmlContent: "",

View file

@ -2,4 +2,4 @@
title: Tour
---
<Hook></Hook>
<Hook/>