-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
34d18c9
commit b2c085b
Showing
3 changed files
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,6 +51,10 @@ Use [vitepress](https://vitepress.vuejs.org/)/[quasar](https://quasar.dev/start/ | |
|
||
## Register Components Globally | ||
|
||
***ts work better with [email protected] plugin (volar@latest has some problem ) in .vue*** | ||
|
||
***is write with tsx, you can use volar@latest plugin*** | ||
|
||
```js | ||
// main.ts | ||
import SanpackPlugin from 'sandpack-vue3'; | ||
|
@@ -67,7 +71,7 @@ app.use(SanpackPlugin()); | |
] | ||
} | ||
} | ||
``` | ||
`` | ||
|
||
### registe components | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters