1 2 3 4 5 6 7 8 9 10 11 12
--- import Foo from '../components/Foo.vue'; --- <html> <head> <title>Vue App Entrypoint</title> </head> <body> <Foo client:load /> </body> </html>