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>
|
<template>
|
||||||
<div id="app" class="woot-survey-wrap">
|
<response />
|
||||||
<response />
|
|
||||||
</div>
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue