The components /host/[id]/index.vue and pool/[id]/index.vue only use definePage() macro.
The macro is removed during the build, leaving an empty script tag that causes the build to fail.
This PR addresses this issue by adding a comment in the components to avoid empty content in <script> tags at build time.
Description
The components
/host/[id]/index.vue
andpool/[id]/index.vue
only usedefinePage()
macro. The macro is removed during the build, leaving an empty script tag that causes the build to fail. This PR addresses this issue by adding a comment in the components to avoid empty content in<script>
tags at build time.Checklist
Fixes #007
,See xoa-support#42
,See https://...
)Introduced by
CHANGELOG.unreleased.md