Skip to content

Commit

Permalink
fix: useToast issue as well
Browse files Browse the repository at this point in the history
  • Loading branch information
zernonia committed May 24, 2024
1 parent 5f5ca7f commit 43303ee
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion packages/radix-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@
"@vitejs/plugin-vue": "^4.4.0",
"@vitejs/plugin-vue-jsx": "^3.0.2",
"@vitest/coverage-istanbul": "^0.33.0",
"@vue/shared": "^3.4.6",
"@vue/test-utils": "^2.4.1",
"@vue/tsconfig": "^0.4.0",
"jsdom": "^23.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/radix-vue/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export * from './Tooltip'
export * from './Viewport'

// utilities
export { Primitive, Slot, type PrimitiveProps, AsTag } from './Primitive'
export { Primitive, Slot, type PrimitiveProps, type AsTag } from './Primitive'
export { VisuallyHidden, type VisuallyHiddenProps } from './VisuallyHidden'
export {
useEmitAsProps,
Expand Down
3 changes: 0 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 43303ee

Please sign in to comment.