1.2.1 • Published 6 years ago

jollychic-iview v1.2.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

jollychic-iview

LICENSE MIT iView NPM downloads NPM downloads

安装

npm install jollychic-iview@1.0.7

简介

jollychic-iview的代码基于iview@2.12.0,在上面修改了部分源码,仅限内部使用.

修改内容

  • 1.修改menu.vue组件,updateOpenKeys方法,将names赋值变更.
	//let names = [...this.openedNames];
	let names = this.openedNames;
  • 2.在1.0.7中修改table.vue组件,修复 Table 在 2.12.0 版本,设置 show-header="false" 报错的 bug.

npm install jollychic-iview@1.1.2 同步iview@2.14.3
npm install jollychic-iview@1.2.1 同步iview@2.13.1

使用

  • 同官方保持一致
  • 引入
	import Vue from 'vue';
	import iView from 'jollychic-iview';
	Vue.use(iView);

以下是官方iview 的命令

查看API文档请去 iview 官网
查看iview版本

npm ls iview

安装iview指定版本的命令

npm install iview@2.12.0

iview本身是依赖vue@^2.5.2
1.2.1

6 years ago

1.2.0

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago