Fixed the survey pack render issue

This commit is contained in:
Muhsin Keloth 2022-08-18 17:04:13 +05:30
parent a591770a98
commit 87d73824d4
2 changed files with 2 additions and 4 deletions

View file

@ -1,7 +1,5 @@
<template>
<div id="app" class="woot-survey-wrap">
<response />
</div>
</template>
<script>

View file

@ -11,7 +11,7 @@
<%= stylesheet_pack_tag 'survey' %>
</head>
<body>
<div id="app"></div>
<div id="app" class="woot-survey-wrap"></div>
<%= yield %>
</body>
</html>