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', {
//props: ['name'],
template: '<p>Hi</p>',
template: `
<section>
<p>Hi</p>
</section>
`,
mounted () {
console.log("check")
}