Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Commit

Permalink
docs: fixed build error
Browse files Browse the repository at this point in the history
  • Loading branch information
sheepbox8646 committed Aug 12, 2024
1 parent d84669b commit 8e8865d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions docs/content/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ export {}

declare module 'vue' {
export interface GlobalComponents {
Demo1: typeof import('./.vitepress/theme/components/Demo1.vue')['default']
Demo2: typeof import('./.vitepress/theme/components/Demo2.vue')['default']
Demo3: typeof import('./.vitepress/theme/components/Demo3.vue')['default']
Status: typeof import('./.vitepress/theme/components/Status.vue')['default']
}
}
2 changes: 1 addition & 1 deletion docs/content/zh/basic/interaction-system.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const scene = new nc.Scene(root)
- [`mouseOut`](https://apis.newcarjs.org/variables/_newcar_basic.mouseout)
- [`mouseOver`](https://apis.newcarjs.org/variables/_newcar_basic.mouseover)
- [`mouseUp`](https://apis.newcarjs.org/variables/_newcar_basic.mouseup)
- ……more events are still in development. You can also customize events according to the methods in [Common Events](../dev/common-event). PRs are welcome!
- ……more events are still in development. You can also customize events according to the methods in Common Events. PRs are welcome!

## Widget 事件

Expand Down

0 comments on commit 8e8865d

Please sign in to comment.