docs(guide): remove duplicate backticks (#463)

remove duplicate backticks in code sample of theming
pull/470/head
Daniel Kreiseder 3 years ago committed by GitHub
parent 7d94f403cd
commit 621d37a28b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -42,7 +42,7 @@ export default {
NotFound: () => 'custom 404', // <- this is a Vue 3 functional component
enhanceApp({ app, router, siteData }) {
// app is the Vue 3 app instance from `createApp()`. router is VitePress'
// custom router. `siteData`` is a `ref`` of current site-level metadata.
// custom router. `siteData` is a `ref` of current site-level metadata.
}
}
```

Loading…
Cancel
Save