This commit is contained in:
ed barz 2023-01-13 11:42:36 +01:00
parent 8933b819a6
commit 78781886e2
1 changed files with 5 additions and 2 deletions

View File

@ -6,8 +6,11 @@ Vue.component('nicon', {
}) })
Vue.component('userdet', { Vue.component('userdet', {
//props: ['name'], template: `
template: '<p>Hi</p>', <section>
<p>Hi</p>
</section>
`,
mounted () { mounted () {
console.log("check") console.log("check")
} }