docs: add missing </script> tag (#2990)

This commit is contained in:
Gareth Redfern 2022-01-31 10:33:42 +00:00 committed by GitHub
parent 8c6f5fd3de
commit 33f6c3ef74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -166,6 +166,7 @@ You might want to define metadata for each route in your app. You can do this us
definePageMeta({
title: 'My home page'
})
</script>
```
This data can then be accessed throughout the rest of your app from the `route.meta` object.