1 2 3 4 5 6 7 8 9
<template lang="pug"> h1 Hello </template> <script> export default { name: "IndexPage", }; </script>