mirror of
https://gitlab.com/omair-personal/exchange.git
synced 2026-08-19 04:24:08 +00:00
9 lines
174 B
Vue
9 lines
174 B
Vue
<script>
|
|
export default {
|
|
beforeCreate () {
|
|
if (!store.state.isLogged) {
|
|
router.push('/login')
|
|
}
|
|
}
|
|
}
|
|
</script> |