We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ef4108 commit f0eeacaCopy full SHA for f0eeaca
examples/ssr/App.js
@@ -69,7 +69,7 @@ export default function createApp () {
69
return {
70
title: 'Boring Title',
71
htmlAttrs: { amp: true },
72
- bodyAttrs: { class: 'main-app' },
+ bodyAttrs: { class: 'main-app', tabIndex: 0 },
73
meta: [
74
{
75
skip: this.count < 1,
@@ -106,7 +106,14 @@ export default function createApp () {
106
callback: this.loadCallback
107
}
108
],
109
+ noscript: [{
110
+ innerHTML: "<strong>This website requires JavaScript.</strong>",
111
+ body: true,
112
+ hid: 'test'
113
+ }],
114
+
115
__dangerouslyDisableSanitizersByTagID: {
116
+ test: ['innerHTML'],
117
'ldjson-schema': ['innerHTML']
118
119
0 commit comments