Please enable JavaScript.
Coggle requires JavaScript to display documents.
vue (vue router (memo (nested route (name view (using the help vue know…
vue
vue router
-
-
-
-
memo
-
-
-
-
nested route
-
in the router property in app instance inside the paticular path we using children property to keep nesting the router.
-
-
-
-
SEO
-
prerendering
-
-
-
refs
-
notice that the if you use transition components and use prerender then the bot still read the opacity 0
prepare the static content just for the bot, everything still work as normal when you use it.
SPA
not SEO friendly even though chrome can crawl js now but just the sync content. With the async (json data) It will go through away
-
-
new term
-
an abstract component:
it doesn’t render a DOM element itself, and doesn’t show up in the component parent chain.
-
-
-
-
-