Skip to content

Commit 5990286

Browse files
authored
Update README.md
1 parent 6191b01 commit 5990286

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ Due to the need to consider `performance` and `compatibility` issues, `fervid` n
1515

1616
this is my current understanding of the vue compilation process
1717

18-
i will first summarize it as a whole and then proceed to the point of compiling the specific core parts of the code
18+
first summarize it as a whole and then proceed to the point of compiling the specific core parts of the code
1919

20-
i will only describe the vue compilation process and the current difference between fervid and compiler-sfc, the next goal is to get as close to compiler-sfc functionality as possible
20+
only describe the vue compilation process and the current difference between fervid and compiler-sfc, the next goal is to get as close to compiler-sfc functionality as possible
2121

22-
i choose vite-plugin-vue as the segmentation point among vue-loader and vite-plugin-vue to be more in line with the modern plugin process
22+
choose vite-plugin-vue as the segmentation point among vue-loader and vite-plugin-vue to be more in line with the modern plugin process
2323

2424
## plugin compilation process
2525

0 commit comments

Comments
 (0)