You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### There are also a few more important methods in the compilation of vue
416
419
417
-
I was thinking about distinguishing these methods and code logic in fervid. Now that fervid only provides one method, can we achieve consistent behavior with compiler-sfc?
418
-
419
-
I am thinking that without considering caching and ssr in the first step, we need to implement the following method
420
+
about distinguishing these methods and code logic in fervid. Now that fervid only provides one method, can we achieve consistent behavior with compiler-sfc?
420
421
422
+
that without considering caching and ssr in the first step, we need to implement the following method
421
423
422
424
- compiler.compileScript (generate script code main `__sfc_main`)
0 commit comments