-
Hi, I try to build a suit of components which rely on another existing library which npm package name is import Vue from 'vue';
import ElementUI from 'element-ui';
Vue.use(ElementUI); It seems Thanks you for your help in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
DannySu09
Nov 30, 2020
Replies: 1 comment
-
I have solved that with writing the code above directly into |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
DannySu09
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have solved that with writing the code above directly into
.storybook/preview.js
.