Skip to content

Commit 78a4e99

Browse files
author
vingy
committed
feat: add logo
1 parent aa8490e commit 78a4e99

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

logo.png

36.2 KB
Loading

src/devtools.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,14 @@ export function setupComposableDevtools<T>(app: App<T>) {
112112
{
113113
id: 'composables-debugger',
114114
label: 'Composables',
115+
logo: 'https://raw.githubusercontent.com/vinpogo/vuebugger/main/logo.png',
115116
app,
116117
},
117118
(api) => {
118119
api.addInspector({
119120
id: INSPECTOR_ID,
120121
label: 'Vuebugger',
121-
icon: 'pest_control',
122+
icon: 'https://raw.githubusercontent.com/vinpogo/vuebugger/main/logo.png',
122123
treeFilterPlaceholder:
123124
'Search by composable or component name...',
124125
})

0 commit comments

Comments
 (0)