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