Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
docs(meta): add viewport example for useMeta (#1496)
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallswain committed Oct 27, 2021
1 parent 096f067 commit 815a42d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/content/3.docs/1.usage/3.meta-tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ For example:
export default {
setup () {
useMeta({
meta: [
{ name: 'viewport', content: 'width=device-width, initial-scale=1, maximum-scale=1' }
],
bodyAttrs: {
class: 'test'
}
Expand Down

0 comments on commit 815a42d

Please sign in to comment.