Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
devhaozi committed Oct 21, 2024
1 parent b81f3de commit de21179
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/src/views/file/PathInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { onUnmounted } from 'vue'
import EventBus from '@/utils/event'
import { checkPath } from '@/utils/file'
import SearchModal from '@/views/file/SearchModal.vue'
const path = defineModel<string>('path', { type: String, required: true })
const isInput = ref(false)
Expand Down

0 comments on commit de21179

Please sign in to comment.