Skip to content

Commit

Permalink
fix: fix README.md and components.d.ts error
Browse files Browse the repository at this point in the history
  • Loading branch information
labbomb committed Sep 8, 2023
1 parent d143cf1 commit da41dda
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
12 changes: 8 additions & 4 deletions paimon-web-ui-new/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ TypeScript cannot handle type information for `.vue` imports by default, so we r

If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a [Take Over Mode](https://github.com/johnsoncodehk/volar/discussions/471#discussioncomment-1361669) that is more performant. You can enable it by the following steps:

1. Disable the built-in TypeScript Extension
1) Run `Extensions: Show Built-in Extensions` from VSCode's command palette
2) Find `TypeScript and JavaScript Language Features`, right click and select `Disable (Workspace)`
2. Reload the VSCode window by running `Developer: Reload Window` from the command palette.
1. Disables the built-in TypeScript extension.
1) Runs `Extensions: Show Built-in Extensions` from VSCode's command palette.
2) Finds `TypeScript and JavaScript Language Features`, right click and select `Disable (Workspace)`.
2. Reloads the VSCode window by running `Developer: Reload Window` from the command palette.

## Customize configuration

Expand Down Expand Up @@ -44,3 +44,7 @@ pnpm build
```sh
pnpm lint
```

# License

[Apache 2.0 License.](/LICENSE)
3 changes: 2 additions & 1 deletion paimon-web-ui-new/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ under the License. */
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// generated by unplugin-vue-components
// We suggest you to commit this file into source control
// Read more: https://github.com/vuejs/core/pull/3399
export {}

Expand Down

0 comments on commit da41dda

Please sign in to comment.