Skip to content

Commit

Permalink
feat: PickerView 组件 hook 化
Browse files Browse the repository at this point in the history
  • Loading branch information
fjc0k committed Aug 22, 2019
1 parent fd7e816 commit d18d5c7
Show file tree
Hide file tree
Showing 6 changed files with 204 additions and 228 deletions.
4 changes: 2 additions & 2 deletions src/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ class App extends Taro.Component {
// @index('./pages/*[!Home].tsx', (pp, cc) => `'${pp.path.replace(/^\.\//, '')}',`)
// 'pages/DatePicker',
// 'pages/ECharts',
// 'pages/Picker',
// 'pages/PickerView',
'pages/Picker',
'pages/PickerView',
'pages/Popup',
// 'pages/SinglePicker',
'pages/Sticky',
Expand Down
Loading

0 comments on commit d18d5c7

Please sign in to comment.