-
![login](https://user-images.githubusercontent.com/3102798/27479334-25a0b494-5846-11e7-9ff1-13c1b6e81096.gif)
after login success how to refresh pre page just like usercenter page.
-
Since path separators are `\` on Windows, **build-ks.js** needs to consider this for windows-compatibility.
```js
...
rollup({
input: './kitchen-sink/src/app.js',
plugins: [
re…
-
This template is better than recommended F7 Vue template because hot-load actually works (this replaces contents on the fly, the other one reloads the entire app, even on a simple css change), and it …
-
Hi there~
I found a problem that f7-calendar component can not trigger call back event such as
`onMonthAdd(c, monthContainer){
self.$emit('monthAdd', c, monthContainer);
},
…
-
ATT @nolimits4web
-
for example:
A page link to B page and B page link to A page ,the element in the browser show a lot of elements contain
class cached
-
(using 2.0.10)
I have changed default template for f7-vue. In `form.vue` I changed the slider into
```
```
I can see in the vue developer plugin of chrome that the event is fired, but no ale…
-
Thank you Vladimir, #137 fix improved the situation, but I have still two issues:
- [ ] Action sheet not visible after openModal
- [ ] Login screen visible on load at the end of the page
-
Hello F7 Team,
I have this weird problem that occurs from time to time. Once it happens, the only way to avoid it is by closing the browser and launching it again, whereby the back navigation works…
-
Hey I just installed everything according to instructions. The popup window is blank (and I get stuck in it) I tryed this with and without live reload in browser and android builds. The console doesn'…