This commit is contained in:
ed barz 2023-01-13 11:43:44 +01:00
parent 78781886e2
commit 259bf30ead
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ Vue.component('userdet', {
<section> <section>
<p>Hi</p> <p>Hi</p>
</section> </section>
`, `,
mounted () { mounted () {
console.log("check") console.log("check")
} }