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