Hi,
i use the newest Kitchensink.
you say, that this ist posible in "Sub mounted":
The Error is:
i use the newest Kitchensink.
you say, that this ist posible in "Sub mounted":
Error:
VExpansionPanels1.AddItem("Panel 1")
VExpansionPanels1.AddItem("Panel 2")
VExpansionPanels1.AddItem("Panel 3")
'
'load panel contents
banano.LoadLayout(VExpansionPanels1.Content("1"), "mypanel1")
'add the component as a router
vuetify.AddRoute(about)
End Sub
Sub beforeEnter(boTo As Map, boFrom As Map, boNext As BANanoObject) 'ignoreDeadCode
vuetify.Loading(True)
'the page we are going to
'vuetify.SaveRoute(boTo, False)
'check authentication
'If vuetify.Authenticated = False Then
'user is not authenticated, go to login page
' vuetify.NavigateToNext(boNext, "login")
' Return
'End If
'continue navigation
vuetify.NavigateToNext(boNext, "")
vuetify.SetBrowserTitle(boTo)
End Sub
Sub mounted
'hide the loader
vuetify.Loading(False)
Log ("Pannel4")
VExpansionPanels1.AddItem("Panel 4")
End Sub
html:
■[VueComponent: 3740] TypeError: Cannot read properties of null (reading 'constructor')
at _B.bindstateall (bananovuetifyad3.js:234995:12)
at _B.addroute (bananovuetifyad3.js:285741:7)
at _B.initialize (app1657098347642.js:6950:13)
at banano_bvad3kitchensink_pgindex.addpages (app1657098347642.js:22997:5)
at banano_bvad3kitchensink_pgindex.init (app1657098347642.js:22296:4)
at banano_bvad3kitchensink.banano_ready (app1657098347642.js:29161:3