2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-16 14:40:33 +03:00

docs: fix markup (#360)

* Fix broken markup
This commit is contained in:
dgtlmoon
2019-07-16 17:23:09 +02:00
committed by Pim
parent 6efcdf10bd
commit a3d874e389
+1 -1
View File
@@ -6,7 +6,7 @@ Easy. Instead of defining `metaInfo` as an object, define it as a function and a
```html
<template>
<div>
<h1>{{{ title }}}</h1>
<h1>{{ title }}</h1>
</div>
</template>