[Vue warn]: Error in event handler for "click": "TypeError: Cannot read property 'router' of undefined"

That is my codes:
let self = this
const url = ‘/edit-concept/0/’
// 跳转到
f7.views.popup.router.load({url: url, animatePages: false})
// 弹出popup
f7.popup(’#popup’)
and i use the f7-vue(0.9.4) and vue(2.5.3) vuex(2.5.0), who can help me

I would suggest you to switch to v2. F7-Vue v0.x has many issues with router