-
Hi
I am really enjoying f7-vue but I am running into a problem where loading a new page adds VueComponents to the memory heap without cleaning them up.
The issue in one of my applications is th…
-
I want to follow the webapp method, and host on firebase.
Now, do I need to make the app with Android components or iOS components ?
Or the framework automatically switches the look and feel ?
-
@nolimits4web
Hi,
In my case, i used framework7-vue as the main framework of mobile webapp. But, there is a problem, that after build with webpack, the vendor js file and main js file were to big f…
-
> zscroller 已经成为影响“体积”和“复杂度”的最后一个大因素,被 Picker / ListView / Calendar 三个组件用到,分别都导致了一定的代码冗余、理解复杂度等问题。
以 Picker 为例、对比社区其他 UI 库做法:
原生实现的 framework7 picker https://github.com/framework7io/Framework7/b…
-
### Framework7-Vue version:
**0.9.2**
### Sample code:
```vue
f7-list
f7-list-item
f7-input(type="text")
input {
color: red;
}
```
### Should be:
Text in input is RE…
-
I have the following error:
- I'm trying to create a notification when I call a button
new Vue({
el: '#app',
data: { ..},
methods:{
guardarCaja: function(){
var v = this;
…
-
I'm trying for the first time to use app-framework following the documentation,
I have configured firebase in the config file but when I run the app and try to invoke the database using window.db I r…
-
while testing vuejs + webpack starter template, in console I am seeing this error vue.common.js:431 [Vue warn]: “style” is a reserved attribute
![screen shot 2017-04-27 at 11 59 59](https://cloud.git…
-
It doesn't work with --live-reloading in my case. I tried android and browser and it fails, same error.
It works without the --live-reloading but I need it in development :|
Node version : 7.7.1
…
-
i add this code
```
```
try to handle each item's click,but it seems not work,it is version 0.5.7 i used