-
Hi @pi0, long time no see.
I took several days off to Thailand, now I'm back to work.
I have just raised 2 pull requests(https://github.com/framework7io/Framework7-Vue/pull/254, https://github.com/f…
-
`some things` , the rendered html is empty.
I check out the source popup.vue file, found that there is a v-if=“opened” directive on the slot
```
```
I am wondering that…
-
Hi :)
thanks for the great package 👍
In my `*Messages*` buffer I see:
```
Mark set [4 times]
Loading /Users/me/Dropbox/org-brain/.org-brain-data.el (source)...done
Mark set [4 times]
Loadi…
-
HI SP,
So I had an issue awhile ago I thought was caused by query parameters but it's actualy caused from non-linear navigation. If you navigate non-linearly (`home -> about -> tutorial -> home`) y…
-
I've been having the problem of the stock framework7-vue compnents not getting loaded or found properly, I've tried different versions of framework7/framework7-vue in the 2.x branches, currently with…
-
Route:
- /accounts/:accountId/
Try to:
- load /accounts/1/
- load /accounts/2/
Does not work!
Workaround:
- app/config.json: framework7parameters.allowDuplicateUrls = true
-
Hello Vladimir and Framework7 community;
I trying to cache all images in phone's storage (or localStorage).
Caching easy in vanilla javascript( with some ready to use scripts ) but it's hard in …
-
In the documentation of framework7+vue it is clear how to create your own reusable components but I cant find any documentation on this for app-framework? you only seem to describe how to create and r…
-
F7 version :1.5.3
F7-vue version : 0.8.3
vue version : 2.1.10
setup with vue-cli
npm install --save framework7
npm install --save framework7-vue
...
setup the main.js
```javascr…
-
Hi,
Object.assign is used there in 4 places[ (see this link)](https://github.com/nolimits4web/Framework7-Vue/search?utf8=✓&q=Object.assign&type=))
Using this polyfill fixed it for me:
https://git…