Skip to content

Commit

Permalink
fix: fix component path name
Browse files Browse the repository at this point in the history
  • Loading branch information
BeADre committed Sep 26, 2021
1 parent 30072d3 commit bbd8b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/varlet-ui/src/table/example/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ import Table from '..'
import AppType from '@varlet/cli/site/mobile/components/AppType'
import Checkbox from '../../checkbox'
import Button from '../../button'
import Icon from '../../Icon'
import Icon from '../../icon'
import { reactive, computed, ref, watch } from 'vue'
import { watchLang } from '@varlet/cli/site/utils'
import { use, pack } from './locale'
Expand Down

0 comments on commit bbd8b1f

Please sign in to comment.