Skip to main content

V2 Migration

Less than 1 minute

Renamed from @mr-hope/vuepress-plugin-comment to vuepress-plugin-comment2. ⚠

Breaking Changes

  • type is renamed to provider, and requires the first character to be capitalized breaking

    // before
    ['comment', { type: 'vssue', ... }],
    // after
    commentPlugin({ provider: 'Vssue', ... }),
    

New Features

Removed

  • Vssue is currently missing warning

    Vssue is written in Vue2, and the author meteorlxyopen in new window has not yet made it compatible with Vue3 yet

  • Valine is removed removed

    Valine is lack of maintenance and can leak your privacy. You should use Walineopen in new window instead.