You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Update ChatInputForm and FileSelector components for v-model binding
- Refactored `ChatInputForm.vue` to use v-model for handling file selection with `FileSelector` component.
- Removed `handleFilesSelected` method from `ChatInputForm.vue` as it is no longer needed with v-model.
- Updated `FileSelector.vue` component to accept a `modelValue` prop and emit `update:modelValue` for two-way data binding.
- Added a watcher in `FileSelector.vue` to update the displayed file names whenever `modelValue` changes.
0 commit comments