Skip to content

Commit

Permalink
test: fix vueshots tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Jan 21, 2022
1 parent f2b6346 commit fb2930d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/vue-kitchen-sink/.storybook/preview.js
@@ -1,6 +1,9 @@
import Vue from 'vue';
import Vuex from 'vuex';

import MyButton from '../src/stories/Button.vue';

Vue.component('my-button', MyButton);
Vue.use(Vuex);

export const parameters = {
Expand Down

0 comments on commit fb2930d

Please sign in to comment.