mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 23:01:16 +08:00
test: fix vueshots tests
This commit is contained in:
parent
a510c440b6
commit
39534813c4
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user