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> <template>
<div id="app" class="woot-survey-wrap"> <response />
<response />
</div>
</template> </template>
<script> <script>

View file

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