-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Description
- I confirm that this is an issue rather than a question.
Bug report
when I use iview in my vuepress project ,It make the style wrong. But when I change elementui, It work fine. now, I hope to use iview for my ui framwork. How to fix it. thx.
Version
0.14.10
Steps to reproduce
- npm instal iview -s
- use in .vuepress/enhanceApp.js
import iView from 'iview';
import 'iview/dist/styles/iview.css';
Vue.use(iView);
- vuepress dev
What is expected?
I hope I can use iview in vuepress project.
What is actually happening?
I doesn't work and make the style wrong.markdown cant't render.
Other relevant information
- Your OS: window
- Node.js version: v10.14.2
- Browser version: chrome
- Is this a global or local install? local install
- Which package manager did you use for the install? iview
- Does this issue occur when all plugins are disabled? no
Metadata
Metadata
Assignees
Labels
No labels