Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Feb 28, 2023
1 parent d538894 commit 8e91013
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div
v-if="wsError || wsConnecting"
border="t base"
fixed bottom-0 left-0 right-0 p5 glass-effect z-10
bottom-0 left-0 right-0 fixed p5 glass-effect z-10
>
<div v-if="wsError" flex="~ gap-2" items-center text-rose>
<NIcon icon="i-carbon-wifi-off" />
Expand Down
1 change: 0 additions & 1 deletion packages/devtools/client/components/IframeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ const props = defineProps<{
tab: ModuleCustomTab
}>()
const client = useClient()
const colorMode = useColorMode()
const anchor = ref<HTMLDivElement>()
const key = computed(() => props.tab.name)
Expand Down
4 changes: 0 additions & 4 deletions packages/devtools/client/composables/state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,3 @@ export function useAllRoutes() {
})
})
}

function capitalize(str: string) {
return str.charAt(0).toUpperCase() + str.slice(1)
}

0 comments on commit 8e91013

Please sign in to comment.