Skip to content

Commit

Permalink
docs(configprovide): remove the colon
Browse files Browse the repository at this point in the history
  • Loading branch information
Drjingfubo committed Jan 12, 2023
1 parent 033ccf8 commit c252359
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/packages/__VUE/configprovider/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ app.use(ConfigProvider);
<template>
<nut-config-provider :theme-vars="themeVars">
<nut-form>
<nut-form-item :label="滑块">
<nut-form-item label="滑块">
<nut-range hidden-tag v-model="range"></nut-range>
</nut-form-item>
</nut-form>
Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/configprovider/doc.taro.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ page, :root {
<template>
<nut-config-provider :theme-vars="themeVars">
<nut-form>
<nut-form-item :label="滑块">
<nut-form-item label="滑块">
<nut-range hidden-tag v-model="range"></nut-range>
</nut-form-item>
</nut-form>
Expand Down

0 comments on commit c252359

Please sign in to comment.