check
This commit is contained in:
parent
261ea25ea1
commit
e413208133
|
@ -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")
|
||||
}
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue