Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add customTabs option #113

Closed
Atinux opened this issue Mar 7, 2023 — with Volta.net · 0 comments
Closed

Add customTabs option #113

Atinux opened this issue Mar 7, 2023 — with Volta.net · 0 comments
Labels
enhancement New feature or request

Comments

Copy link
Member

Atinux commented Mar 7, 2023

Example:

export default defineNuxtConfig({
  modules: ['@nuxt/devtools'],
  devtools: {
    customTabs: [
       {
           name: 'my-admin',
           title: 'My Admin',
           icon: 'carbon:apps',
           view: {
             type: 'iframe',
             src: 'http://localhost:80080/admin'
            },
       }
    ]
  }
})
@Atinux Atinux added the enhancement New feature or request label Mar 7, 2023 — with Volta.net
@Atinux Atinux changed the title Add tabs option Add customTabs option Mar 7, 2023
@antfu antfu closed this as completed in f172ffb Mar 7, 2023
zyyv pushed a commit to zyyv/devtools that referenced this issue Mar 14, 2023
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant