diff --git a/antd-tools/gulpfile.js b/antd-tools/gulpfile.js index b1585c3dc..a81ea38a0 100644 --- a/antd-tools/gulpfile.js +++ b/antd-tools/gulpfile.js @@ -123,7 +123,7 @@ function compile (modules) { const source = [ 'components/**/*.js', 'components/**/*.jsx', - '!components/vc-slider/**/*', // exclude vc-slider + // '!components/vc-slider/**/*', // exclude vc-slider ] const jsFilesStream = babelify(gulp.src(source), modules) return merge2([less, jsFilesStream, assets]) diff --git a/components/input/demo/tooltip.md b/components/input/demo/tooltip.md index 283f15f68..4f1ed3fed 100644 --- a/components/input/demo/tooltip.md +++ b/components/input/demo/tooltip.md @@ -1,12 +1,12 @@ #### 输入时格式化展示 -结合 [Tooltip](#/cn/components/tooltip) 组件,实现一个数值输入框,方便内容超长时的全量展现。 +结合 [Tooltip](/ant-design/components/tooltip-cn/) 组件,实现一个数值输入框,方便内容超长时的全量展现。 #### Format Tooltip Input -You can use the Input in conjunction with [Tooltip](#/cn/components/tooltip) component to create a Numeric Input, which can provide a good experience for extra-long content display. +You can use the Input in conjunction with [Tooltip](/ant-design/components/tooltip/) component to create a Numeric Input, which can provide a good experience for extra-long content display. ```html diff --git a/components/select/demo/combobox.md b/components/select/demo/combobox.md index c894470e3..e20f8a192 100644 --- a/components/select/demo/combobox.md +++ b/components/select/demo/combobox.md @@ -2,13 +2,13 @@ #### 智能提示 输入框自动完成功能,下面是一个账号注册表单的例子。 -推荐使用 [AutoComplete](#/cn/components/autoComplete/) 组件。 +推荐使用 [AutoComplete](/ant-design/components/auto-complete-cn/) 组件。 #### Automatic completion Automatic completion of select input. -Using the [AutoComplete](#/cn/components/autoComplete/) component is strongly recommended instead as it is more flexible and capable. +Using the [AutoComplete](/ant-design/components/auto-complete/) component is strongly recommended instead as it is more flexible and capable. ```html diff --git a/components/select/demo/coordinate.md b/components/select/demo/coordinate.md index f4d80e7e2..fa0388b9f 100644 --- a/components/select/demo/coordinate.md +++ b/components/select/demo/coordinate.md @@ -2,13 +2,13 @@ #### 联动 省市联动是典型的例子。 -推荐使用 [Cascader](#/cn/components/cascader/) 组件。 +推荐使用 [Cascader](/ant-design/components/cascader-cn/) 组件。 #### coordinate Coordinating the selection of provinces and cities is a common use case and demonstrates how selection can be coordinated. -Using the [Cascader](#/us/components/cascader) component is strongly recommended instead as it is more flexible and capable. +Using the [Cascader](/ant-design/components/cascader) component is strongly recommended instead as it is more flexible and capable. ```html diff --git a/components/select/demo/index.vue b/components/select/demo/index.vue index b1cc5e1fb..7fcd64b7d 100644 --- a/components/select/demo/index.vue +++ b/components/select/demo/index.vue @@ -19,14 +19,14 @@ const md = { 下拉选择器。 ## 何时使用 - 弹出一个下拉菜单给用户选择操作,用于代替原生的选择器,或者需要一个更优雅的多选器时。 - - 当选项少时(少于 5 项),建议直接将选项平铺,使用 [Radio](#/cn/components/radio/) 是更好的选择。 + - 当选项少时(少于 5 项),建议直接将选项平铺,使用 [Radio](/ant-design/components/radio-cn/) 是更好的选择。 ## 代码演示`, us: `# Select Select component to select value from options. ## When To Use - A dropdown menu for displaying choices - an elegant alternative to the native \`