Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
fix: TS issues
Browse files Browse the repository at this point in the history
  • Loading branch information
hanspagel committed Jan 8, 2024
1 parent fe47904 commit d248ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { snippetz } from '@scalar/snippetz'
import { type ClientId, type TargetId} from '@scalar/snippetz-core'
import { ref } from 'vue'
const selectedTarget = ref<ClientId>('node')
const selectedTarget = ref<TargetId>('node')
const selectedClient = ref<ClientId>('undici')
function selectPlugin(plugin: { target: TargetId, client: ClientId }) {
Expand Down

0 comments on commit d248ce0

Please sign in to comment.