-
how to improve performance of f7
- http://framework7.io/docs/custom-build.html#es-modules: import with only components you need
- http://framework7.io/docs/custom-build.html#lessjs: import styles…
-
如题,请问在vue3项目中使用kbone-ui的mp-navigation-bar组件时,如何绑定bindback事件?
已经尝试使用kbone-event-map,但是没有效果,代码如下:
```
微信原生
import {computed, onMounted, reactive, ref, watch} from …
-
Love this library, thanks a lot for the great quality!
I got a problem when HRM is hot reloading my app after I make a change. Im getting the following:
```
HRM node_modules/vue-carousel/src/Ca…
nilsi updated
6 years ago
-
### Environment
**Vuetify Version:** 3.5.4
**Vue Version:** 3.4.19
**Browsers:** Chrome 121.0.0.0
**OS:** Windows 10
### Steps to reproduce
1. Open navigation drawer (hovering)
2. Open autoco…
-
* vuex中的数据
```js
import Vue from 'vue'
import Vuex from 'vuex'
Vue.use(Vuex)
// state 数据容器
const state = {
navigations: []
}
// mutations 同步更新操作
const mutations = {
update_navig…
-
### What problem does this feature solve?
I am trying to create a single page mobile app with a push/pop/modal navigation. This navigation behavior is similar to the iOS SDK's navigation controller b…
-
### Prerequisites
- [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/.github/CONTRIBUTING.md#creating-an-issue).
- [X] I agree to follow the [C…
-
### Environment
- Operating System: `Darwin`
- Node Version: `v18.15.0`
- Nuxt Version: `3.6.5`
- Nitro Version: `2.5.2`
- Package Manager: `pnpm@8.6.9`
- Builder: `vite`
…
-
In the document you stated
```js
import Vue from 'vue'
import Vuex from 'vuex'
import VuexPersistence from 'vuex-persist'
Vue.use(Vuex)
const store = new Vuex.Store({
state: {
user…
-
Subscribe to this issue and stay notified about new [weekly trending repos in Vue](https://github.com/trending/vue?since=weekly).