Open JayChuan opened 1 week ago
Unfortunately, I don't have access to iOS 16 to reproduce it.
Do you have ay error log in the console? What error do you get in asyndata?
const { data: last, error } = await useAsyncData('markdown', () => parseMarkdown(`# heading 1`))
console.log(error)
Thanks for your help!
I got this error: Error: Invalid regular expression: invalid group specifier name
I guess some regex
patterns of MDC are not supported on Safari for iOS 16 and below.
Looking forward to your reply.
Thank you again!
app.vue
/pages/article
Client side: click to article page,returns null on Safari for iOS 16 and below