Skip to content

Commit

Permalink
Adds back container that the tests require
Browse files Browse the repository at this point in the history
  • Loading branch information
arielsalminen committed May 28, 2018
1 parent 59cb8f0 commit 4d9065e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ExampleComponent.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<template>
<component :is="type" :class="['example', variation]">
<slot/>
<div id="example-container">
<slot/>
</div>
</component>
</template>

Expand Down

0 comments on commit 4d9065e

Please sign in to comment.