@whoj/nuxt3-vue-select
TypeScript icon, indicating that this package has built-in type declarations

1.1.2 • Public • Published

@whoj/nuxt3-vue-select

Version Typings Linting Status License

npm i @whoj/nuxt3-vue-select

Install Module

// nuxt.config.ts
export default {
    modules: ['@whoj/nuxt3-vue-select']
}

Options

// nuxt.config.ts
export default {
  // Defaults
  vSelect: {
    component: {
      as: 'VSelect',
      globalRegister: true,
      includeCss: true
    }
    // extend(vSelect, vueApp) => void | Promise<void>
  }
}

License

MIT License © 2022 Jonson B.

Readme

Keywords

none

Package Sidebar

Install

npm i @whoj/nuxt3-vue-select

Weekly Downloads

17

Version

1.1.2

License

MIT

Unpacked Size

6.52 kB

Total Files

9

Last publish

Collaborators

  • who_jonson
  • who_j