Skip to content

Commit 0469166

Browse files
committed
chore(web-pkg): [OCISDEV-477] move comment out of template
Keep the comment in app wrapper outside of the template to avoid breaking the app layout in dev server.
1 parent eed971f commit 0469166

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)