caiobiodere / cordova-template-framework7-vue-webpack

Framework7 - Vue - Webpack Cordova Template with Webpack Dev Server and Hot Module Replacement
Apache License 2.0
621 stars 154 forks source link

how i can import same compoents instead all ? #146

Closed vahidalvandi closed 5 years ago

vahidalvandi commented 5 years ago

import { f7List, f7ListItem, f7Navbar } from 'framework7-vue';

https://framework7.io/vue/installation.html

caiobiodere commented 5 years ago

I didn't understand your question, you are already importing specific components aren't you?

vahidalvandi commented 5 years ago

i need use same component instead bundle maybe this can optimize load and animations

ajcool2k commented 5 years ago

I believe you are on the right track. You are only using f7List, f7ListItem and f7Navbar not the whole package by your import call. Module

caiobiodere commented 5 years ago

@vahidalvandi I think you have been doing pretty well, don't worry because as @ajcool2k said you are already doing it by using bundles