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 eed971f commit 0469166Copy full SHA for 0469166
packages/web-pkg/src/components/AppTemplates/AppWrapper.vue
@@ -1,6 +1,8 @@
1
+<!-- Keeping this comment out of the template because including it as a first element breaks the app -->
2
+<!-- eslint-disable vuejs-accessibility/no-static-element-interactions -->
3
<template>
- <!-- eslint-disable-next-line vuejs-accessibility/no-static-element-interactions -->
4
<main :id="applicationId" class="app-wrapper oc-height-1-1" @keydown.esc="closeApp">
5
+ <!-- eslint-enable vuejs-accessibility/no-static-element-interactions -->
6
<h1 class="oc-invisible-sr" v-text="pageTitle" />
7
<app-top-bar
8
v-if="!loading && !loadingError && resource"
0 commit comments