janniks / vue-notion

A fast Vue renderer for Notion pages
https://vue-notion.now.sh
Other
870 stars 62 forks source link

Props pageLinkOptions, mapPageUrl doesn't seem to work properly #52

Closed jedihugo closed 3 years ago

jedihugo commented 3 years ago

Version tested: 1.1.3

Issue: pageLinkOption and mapPageUrl prop doesn't seem to work

How to reproduce:

janniks commented 3 years ago

Yes, you are right. I found the bugs to fix this. Will release soon

janniks commented 3 years ago

Thanks for the detailed error report. The pageId and info really helped!

I believe this is now fixed in 1.2.1 — Please check to see if everything works as expected... ☺️

janniks commented 3 years ago

Your example works here for this codesandbox

jedihugo commented 3 years ago

This is working now as expected. Thank you!