2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-20 19:00:34 +03:00

docs: add Getting Started menuitem

docs: add section about Framework documentation
This commit is contained in:
pimlie
2019-04-02 12:16:32 +02:00
committed by Pim
parent 7b85ff22f5
commit f71b0d866c
6 changed files with 101 additions and 90 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
## Reactive variables in template functions
Both [title](/api/#titletemplate) as [meta](/api/#content-templates) support using template function.
Due to how Vue determines reactivity it is not possible to use reactive variables directly in template function
Due to how Vue determines reactivity it is not possible to use reactive variables directly in template functions
```js
{
@@ -20,7 +20,7 @@ Due to how Vue determines reactivity it is not possible to use reactive variable
}
```
You need to assign the reactive variable to a local variable for this to work:
You need to assign the reactive variable to a local variable first for this to work:
```js
{