This commit is contained in:
ed barz 2023-01-13 11:36:36 +01:00
parent 2309b9852c
commit 261ea25ea1
1 changed files with 6 additions and 1 deletions

View File

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