Skip to content

Commit

Permalink
fix(entry-bundler): add missing blueprints export for Vuetify Play
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Mar 14, 2024
1 parent 68b5a2f commit fbf7ec5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/vuetify/src/entry-bundler.ts
Expand Up @@ -4,6 +4,7 @@
import './styles/main.sass'

// Components
import * as blueprints from './blueprints'
import * as components from './components'
import * as directives from './directives'
import { createVuetify as _createVuetify } from './framework'
Expand All @@ -19,6 +20,7 @@ export const version = __VUETIFY_VERSION__
createVuetify.version = version

export {
blueprints,
components,
directives,
}
Expand Down

0 comments on commit fbf7ec5

Please sign in to comment.