Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit 0e89bae

Browse files
committed
chore: add screenshots
1 parent 6bf33b6 commit 0e89bae

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,20 @@ const Vue2SFC = transform(`
7777
- [x] Global types
7878
- [ ] Top-level await
7979

80+
## How?
81+
82+
<details>
83+
<summary>
84+
👀
85+
</summary>
86+
87+
![image](https://user-images.githubusercontent.com/11247099/130307245-20f9342e-377b-4565-b55d-1b91741b5c0f.png)
88+
89+
It's made possible by transforming the SFC back to normal `<script>` and let the Vue 2 SFC compiler handle the rest.
90+
91+
</details>
92+
93+
8094
## Sponsors
8195

8296
<p align="center">

0 commit comments

Comments
 (0)