Fixed the survey pack render issue
This commit is contained in:
parent
a591770a98
commit
87d73824d4
2 changed files with 2 additions and 4 deletions
|
@ -1,7 +1,5 @@
|
|||
<template>
|
||||
<div id="app" class="woot-survey-wrap">
|
||||
<response />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue