Skip to content

Not compatible with iView #1463

@qq5050595531

Description

@qq5050595531
  • 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

  1. npm instal iview -s
  2. use in .vuepress/enhanceApp.js
import iView from 'iview';
import 'iview/dist/styles/iview.css';
Vue.use(iView);
  1. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions