Skip to content

Commit

Permalink
chore: update to main
Browse files Browse the repository at this point in the history
Signed-off-by: Neko Ayaka <[email protected]>
  • Loading branch information
nekomeowww committed Jun 3, 2024
1 parent 725ee7b commit 141e98d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
7 changes: 7 additions & 0 deletions packages/ui-asciinema/src/components/deps.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// Collect optional external dependencies required by the components to avoid accessing them directly in `.vue` files.
// Because users' vue-tsc may report errors due to missing optional dependencies when processing these `.vue` files in our repository.
//
// Ref: https://github.com/nolebase/integrations/pull/230

// asciinema-player
export * as AsciinemaPlayer from 'asciinema-player'
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
// Collect optional external dependencies required by the components to avoid accessing them directly in `.vue` files.
// Because users' vue-tsc may report errors due to missing optional dependencies when processing these `.vue` files in our repository.

// asciinema-player
export * as AsciinemaPlayer from 'asciinema-player'
//
// Ref: https://github.com/nolebase/integrations/pull/230

// @rive-app/canvas
export * as rive from '@rive-app/canvas'
Expand Down

0 comments on commit 141e98d

Please sign in to comment.