This commit is contained in:
ed barz 2023-01-13 11:37:42 +01:00
parent 261ea25ea1
commit e413208133
1 changed files with 2 additions and 4 deletions

View File

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