diff --git a/README.md b/README.md index 96e3d14c..fc0c3baf 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@

-# iView [![](https://img.shields.io/travis/iview/iview.svg?style=flat-square)](https://travis-ci.org/iview/iview) [![iView](https://img.shields.io/npm/v/iview.svg?style=flat-square)](https://www.npmjs.org/package/iview) [![NPM downloads](http://img.shields.io/npm/dm/iview.svg?style=flat-square)](https://npmjs.org/package/iview) [![Join the chat at https://gitter.im/iview/iview](https://badges.gitter.im/iview/iview.svg)](https://gitter.im/iview/iview?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +# iView [![](https://img.shields.io/travis/iview/iview.svg?style=flat-square)](https://travis-ci.org/iview/iview) [![iView](https://img.shields.io/npm/v/iview.svg?style=flat-square)](https://www.npmjs.org/package/iview) [![NPM downloads](http://img.shields.io/npm/dm/iview.svg?style=flat-square)](https://npmjs.org/package/iview) [![Join the chat at https://gitter.im/iview/iview](https://img.shields.io/badge/chat-on_gitter-30b392.svg?style=flat-square)](https://gitter.im/iview/iview?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) ### A high quality UI Toolkit built on Vue.js. @@ -97,4 +97,4 @@ Normal browsers and Internet Explorer 9+. ## License [MIT](http://opensource.org/licenses/MIT) -Copyright (c) 2016-present, iView \ No newline at end of file +Copyright (c) 2016-present, iView diff --git a/build/webpack.dev.config.js b/build/webpack.dev.config.js index 5803c51e..8c07d166 100644 --- a/build/webpack.dev.config.js +++ b/build/webpack.dev.config.js @@ -27,7 +27,8 @@ module.exports = merge(webpackBaseConfig, { resolve: { alias: { iview: '../../src/index', - vue: 'vue/dist/vue.js' + // vue: 'vue/dist/vue.js' + vue: 'vue/dist/vue.runtime.js' } }, plugins: [ diff --git a/examples/components/table.vue b/examples/components/table.vue new file mode 100644 index 00000000..e882eb2f --- /dev/null +++ b/examples/components/table.vue @@ -0,0 +1,101 @@ + + diff --git a/examples/routers/cascader.vue b/examples/routers/cascader.vue index 246881ac..0f3116fc 100644 --- a/examples/routers/cascader.vue +++ b/examples/routers/cascader.vue @@ -1,39 +1,273 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/examples/routers/checkbox.vue b/examples/routers/checkbox.vue index 399407cb..cc7db9a7 100644 --- a/examples/routers/checkbox.vue +++ b/examples/routers/checkbox.vue @@ -1,7 +1,7 @@