-
Hi All,
How we can track page enter and page left event in framework 7 vue?
I have tried vue life-cycle event as well as f7 events but it is not working in case if user enter to the different pa…
-
I'm using to navigate around, but it's creating copies of the same page in the DOM, which is fine in most cases, except where IDs are concerned because of the duplicate elements with the same ID. Thi…
-
The value of $route data correspond to the last visited page instead the data of the page itself. Try using the kitchen-sink and visit some pages (see the images).
Best regards.
Marcello
![docu…
-
I want to go 2 pages back. I determined which page this is on page init.
when
this.$router.back({url:'my-page-path'})
the page goes back, but the address bar remains unchanged.
-
the dist not update will error .....
-
```
{{item.text}}
export default
{
data: function()
{
return {
selectedItems: ["10200", "10400"],
o…
-
If refresh page and execute router.back (), 'options' argument of preroute method is passed without a URL.
I have URL from window.history.
It is possible so? )))
-
I am getting the error: Cannot read property 'toString' of undefined.
I have the following:
`
`
lroal updated
6 years ago
-
I think this only affects the material theme.
When using a tabbar with nested routes, the styling and highlight are not applied. See images below.
![tabbar_highlight](https://user-images.githubu…
-
Hi. I'm really looking forward to 2.0.0 (or maybe next beta) release of `framework7-vue` with latest dependency upgrades. I know you are busy working on core components, but if there are any blocking/…