swiper-container not being rendered after changing route with Vue routervue-router route with params not working on page reloadHow to use Vue Router in Vue 2Vue component not rendered inside router-viewVueJS with vue-router how to redirect to a server routeVue-router will not load the correct componentvue-router how to persist navbar?vue-router, nginx and direct linkVue page transition with Vue-RouterMix Vue Router with classic Symfony app routingvue-router not rendering new components on route change
Are hand made posters acceptable in Academia?
Why does the frost depth increase when the surface temperature warms up?
Why would five hundred and five same as one?
What should be the ideal length of sentences in a blog post for ease of reading?
Output visual diagram of picture
Why didn’t Eve recognize the little cockroach as a living organism?
What do the positive and negative (+/-) transmit and receive pins mean on Ethernet cables?
How can I, as DM, avoid the Conga Line of Death occurring when implementing some form of flanking rule?
C++ lambda syntax
Do native speakers use "ultima" and "proxima" frequently in spoken English?
Non-Borel set in arbitrary metric space
What is the purpose of using a decision tree?
Reasons for having MCU pin-states default to pull-up/down out of reset
Pre-Employment Background Check With Consent For Future Checks
When is the exact date for EOL of Ubuntu 14.04 LTS?
Why is indicated airspeed rather than ground speed used during the takeoff roll?
I keep switching characters, how do I stop?
Is this saw blade faulty?
"Marked down as someone wanting to sell shares." What does that mean?
Checking @@ROWCOUNT failing
Is there a distance limit for minecart tracks?
Would a primitive species be able to learn English from reading books alone?
How do I lift the insulation blower into the attic?
Extract substring according to regexp with sed or grep
swiper-container not being rendered after changing route with Vue router
vue-router route with params not working on page reloadHow to use Vue Router in Vue 2Vue component not rendered inside router-viewVueJS with vue-router how to redirect to a server routeVue-router will not load the correct componentvue-router how to persist navbar?vue-router, nginx and direct linkVue page transition with Vue-RouterMix Vue Router with classic Symfony app routingvue-router not rendering new components on route change
I'm using Vue Router in my project. I have a page with a Swiper slider (swiper-container class). At the first time, it renders perfectly, but if I change the route to other page and then come back to the first one, the Swiper component doesn't render anymore. I've already tried hacks like using v-if to force Vue to render the component again, but it doesn't work. Probably this is a bug of the component. Any ideas?
vue.js vuejs2 vue-router swiper
add a comment |
I'm using Vue Router in my project. I have a page with a Swiper slider (swiper-container class). At the first time, it renders perfectly, but if I change the route to other page and then come back to the first one, the Swiper component doesn't render anymore. I've already tried hacks like using v-if to force Vue to render the component again, but it doesn't work. Probably this is a bug of the component. Any ideas?
vue.js vuejs2 vue-router swiper
Share some pieces of the code, like the Swiper slider component.
– Andy
Mar 9 at 7:40
add a comment |
I'm using Vue Router in my project. I have a page with a Swiper slider (swiper-container class). At the first time, it renders perfectly, but if I change the route to other page and then come back to the first one, the Swiper component doesn't render anymore. I've already tried hacks like using v-if to force Vue to render the component again, but it doesn't work. Probably this is a bug of the component. Any ideas?
vue.js vuejs2 vue-router swiper
I'm using Vue Router in my project. I have a page with a Swiper slider (swiper-container class). At the first time, it renders perfectly, but if I change the route to other page and then come back to the first one, the Swiper component doesn't render anymore. I've already tried hacks like using v-if to force Vue to render the component again, but it doesn't work. Probably this is a bug of the component. Any ideas?
vue.js vuejs2 vue-router swiper
vue.js vuejs2 vue-router swiper
asked Mar 7 at 20:20
JoshJosh
268
268
Share some pieces of the code, like the Swiper slider component.
– Andy
Mar 9 at 7:40
add a comment |
Share some pieces of the code, like the Swiper slider component.
– Andy
Mar 9 at 7:40
Share some pieces of the code, like the Swiper slider component.
– Andy
Mar 9 at 7:40
Share some pieces of the code, like the Swiper slider component.
– Andy
Mar 9 at 7:40
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55052183%2fswiper-container-not-being-rendered-after-changing-route-with-vue-router%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55052183%2fswiper-container-not-being-rendered-after-changing-route-with-vue-router%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Share some pieces of the code, like the Swiper slider component.
– Andy
Mar 9 at 7:40