Skip to content

Commit

Permalink
Lazy load NcDatetimePicker in NcActionInput
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsejet committed May 17, 2023
1 parent 7d759f3 commit 405edf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NcActionInput/NcActionInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ For the multiselect component, all events will be passed through. Please see the
</template>

<script>
import NcDatetimePicker from '../NcDatetimePicker/index.js'
const NcDatetimePicker = () => import('../NcDatetimePicker/index.js')
import NcDateTimePickerNative from '../NcDateTimePickerNative/index.js'
import NcPasswordField from '../NcPasswordField/index.js'
import NcSelect from '../NcSelect/index.js'
Expand Down

0 comments on commit 405edf5

Please sign in to comment.