ubugeeei / chibivue

chibivue is minimal Vue.js v3 core implementations (Reactivity System, Virtual DOM, Component, Compiler (Template, SFC)). An online book for building your own Vue.js.
https://ubugeeei.github.io/chibivue/
360 stars 37 forks source link

Fixed a tiny typo in Minimum SFC. #240

Closed 2nofa11 closed 9 months ago

2nofa11 commented 9 months ago

Fixed a tiny typo found in the chapter of Minimum SFC

つまりは、元々のコードの export 文から良い感じに export 対象をを抜き出し、_sfc_main とという変数に代入できるようになればゴールということです。

リンク

ubugeeei commented 9 months ago

Thanks! Fantastic!