Skip to content

Commit c739e75

Browse files
authored
Merge pull request #13275 from owncloud/chore/fix-dev-server-layout
chore(web-pkg): [OCISDEV-477] move comment out of template
2 parents ae5ac18 + 0469166 commit c739e75

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/web-pkg/src/components/AppTemplates/AppWrapper.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 -->
13
<template>
2-
<!-- eslint-disable-next-line vuejs-accessibility/no-static-element-interactions -->
34
<main :id="applicationId" class="app-wrapper oc-height-1-1" @keydown.esc="closeApp">
5+
<!-- eslint-enable vuejs-accessibility/no-static-element-interactions -->
46
<h1 class="oc-invisible-sr" v-text="pageTitle" />
57
<app-top-bar
68
v-if="!loading && !loadingError && resource"

0 commit comments

Comments
 (0)