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
No description provided.
The text was updated successfully, but these errors were encountered:
你可以在外面再加一层 vue-router,把这整个 multi-tab 当作一个页面。
或者直接 window.location.href = '你注册页地址'。
Sorry, something went wrong.
这个到底应该怎么解决呢? 我加了vue-router也不行,登录页面跳转不成功
@1140349909 最简单的方法,在 MainFrame.vue 里面用 v-if 控制登陆组件的显示。
<template> <div> <login v-if=!isLogged/> <div v-else class="indexWrap">...</div> </div> </template>
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: