Git Product home page Git Product logo

Comments (8)

websanova avatar websanova commented on June 23, 2024 2

Try passing the router in as an option instead.

Vue.use(VueAuth, {
router: router,
rolesVar: 'roles'
});

On Sep 15, 2016 20:53, "kahwooi" [email protected] wrote:

The version:

"vue": "^1.0.26",
"vue-resource": "^1.0.1",
"vue-router": "^0.7.13"

This is how I setup:

Vue.use(VueResource);
Vue.use(VueRouter);

export var router = new VueRouter();
router.map({
'/login':{
component: Login
},
'/signup': {
component: Signup
}
});
router.redirect({
'*': '/home'
});

// Vue Auth
Vue.use(VueAuth, {
rolesVar: 'roles',
}, router);


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#21 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ABkcy154O6a8cVMwKPKjtmc89LvJdvIBks5qqeijgaJpZM4J9VZX
.

from vue-auth.

websanova avatar websanova commented on June 23, 2024

Make sure you got the latest, v1.0.8-dev

On Sep 14, 2016 18:57, "kahwooi" [email protected] wrote:

I got build.js:37247 Uncaught TypeError: Cannot read property 'beforeEach'
of undefined with the following code:

import VueResource from 'vue-resource';
import VueRouter from 'vue-router';
import VueAuth from '@websanova/vue-auth';
import App from './components/app.vue';
import Login from './components/login.vue';
import Signup from './components/signup.vue';

Vue.use(VueResource);
Vue.use(VueRouter);

export var router = new VueRouter();

// Set up routing and match routes to components
router.map({
'/login':{
component: Login
},
'/signup': {
component: Signup
}
});

// Redirect to the home route if any routes are unmatched
router.redirect({
'*': '/home'
});

// Vue Auth
Vue.use(VueAuth, {
rolesVar: 'roles',
}, router);


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#21, or mute the thread
https://github.com/notifications/unsubscribe-auth/ABkcyzp48t9Ms4ijwY-J9rmQyaQSNnqxks5qqHvIgaJpZM4J9VZX
.

from vue-auth.

kahwooi avatar kahwooi commented on June 23, 2024

I have updated to v1.0.8-dev. it is still not working.

from vue-auth.

websanova avatar websanova commented on June 23, 2024

What version of vue-resource router, and vue are you using?

On Sep 15, 2016 00:19, "kahwooi" [email protected] wrote:

I have updated to v1.0.8-dev. it is still not working.


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#21 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ABkcy3k6A6MRW29rtNBDFSV7BKFhKNbeks5qqMc0gaJpZM4J9VZX
.

from vue-auth.

websanova avatar websanova commented on June 23, 2024

How are you setting the router?

Is it being passed in with router option?

On Sep 15, 2016 15:01, "Tonsai Singhkangwan" [email protected]
wrote:

I'm experiencing this problem too (with Vue 1.0.26, vue-resource 1.0.2,
vue-router 0.7.13)


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#21 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ABkcyw-u9_5x0Q53GO6mW9z5IO2DwgMvks5qqZYKgaJpZM4J9VZX
.

from vue-auth.

kahwooi avatar kahwooi commented on June 23, 2024

The version:

"vue": "^1.0.26",
 "vue-resource": "^1.0.1",
 "vue-router": "^0.7.13"

This is how I setup:

Vue.use(VueResource);
Vue.use(VueRouter);

export var router = new VueRouter();
router.map({
  '/login':{
    component: Login
  },
  '/signup': {
    component: Signup
  }
});
router.redirect({
  '*': '/home'
});

// Vue Auth
Vue.use(VueAuth, {
    rolesVar: 'roles',
}, router);

from vue-auth.

kahwooi avatar kahwooi commented on June 23, 2024

It is working now.

from vue-auth.

websanova avatar websanova commented on June 23, 2024

awesome.

from vue-auth.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.