1 2 3 4 5 6 7 8 9 10 11 12
<template> <div> <h1>La paye de Chine</h1> <p>Par Andrew Lee</p> </div> </template> <script> export default { components: {}, } </script>