Skip to content

Commit

Permalink
feat: add devtools tab (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux authored Feb 16, 2023
1 parent 009e2ed commit 9d1b2dc
Show file tree
Hide file tree
Showing 5 changed files with 1,010 additions and 95 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"nuxt-config-schema": "^0.4.4"
},
"devDependencies": {
"@nuxt/devtools": "^0.1.3",
"@nuxt/eslint-config": "^0.1.1",
"@nuxt/module-builder": "latest",
"@types/node": "^18.13.0",
Expand Down
1 change: 0 additions & 1 deletion playground/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<Icon name="uil:github" />
<Icon name="uil:github" size="24" />
<Icon name="uil:github" size="48" />
<Icon name="" />
</p>
<p>
Custom component:
Expand Down
1 change: 1 addition & 0 deletions playground/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import nuxtIcon from '../src/module'
export default defineNuxtConfig({
typescript: { strict: true, includeWorkspace: true },
modules: [
'@nuxt/devtools',
nuxtIcon
]
})
Loading

0 comments on commit 9d1b2dc

Please sign in to comment.