We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when I combine with global RadListView, after visited some page, app out of memory, become lagging, then closed by itself
The text was updated successfully, but these errors were encountered:
Share your code - I cannot help without it. If the source is private, you can share it privately too, just invite me to the repo.
Sorry, something went wrong.
<template lang="html"> <Page padding="0" margin="0" actionBarHidden="true" backgroundColor="#f8f8f8"> <RadSideDrawer ref="drawer" drawerLocation="Left" @drawerClosed="onClosedDrawerTriggered" :gesturesEnabled="gesturesEnabled" > <ContentView ~drawerContent backgroundColor="#ffffff"> <Drawer_drawerContent /> </ContentView> <!-- <Frame ~mainContent> <Page actionBarHidden="true"> <Navigator ~mainContent defaultRoute="/auth"/> </Page> </Frame> --> <Navigator ~mainContent defaultRoute="/auth"/> </RadSideDrawer> </Page> </template> <script> export default { mounted(){ // this.openDrawer() } }; </script> <style lang="css"></style>
No branches or pull requests
when I combine with global RadListView, after visited some page, app out of memory, become lagging, then closed by itself
The text was updated successfully, but these errors were encountered: