UNPKG

vue-disqus

Version:

Vue component to integrate Disqus comments in your application, with support for SPA

5 lines (4 loc) 561 B
export const ERROR_SHORTNAME_REQUIRED = 'Disqus shortname is required. (To resolve this, go to: https://ktquez.github.io/vue-disqus/setup.html#installation)' export const PAGE_CONFIG_KEYS = ['api_key', 'author_s3', 'category_id', 'identifier', 'integration', 'language', 'remote_auth_s3', 'slug', 'title', 'url'] export const SSO_KEYS = ['name', 'button', 'icon', 'url', 'logout', 'width', 'height'] export const CALLBACKS = ['afterRender', 'onInit', 'onIdentify', 'beforeComment', 'onNewComment', 'onPaginate', 'onReady', 'preData', 'preInit', 'preReset']