tables are needed in the vue+vux project. Vux"s table style is too ugly, so iview"s table is introduced. 
 is not introduced in main.js, but iview is introduced in a .vue component. 
import iView from "iview";
import "iview/dist/styles/iview.css";
import { Table } from "iview"; but still reported an error 
 


 
 
< style scoped > tried something that won"t work
<style lang="css" scoped>
    @import "~iview/dist/styles/iview.css";
</style>if you want to use two ui frameworks at the same time, is there any good way to resolve this conflict
