> A Vue 3.0 library for FastComments, a fast and developer friendly comment system.
npm install fastcomments-vue-next> A Vue 3.0 library for FastComments, a fast and developer friendly comment system.
 
``bash`
npm install --save fastcomments-vue-next
`bash`
yarn add fastcomments-vue-next
The FastCommentsVueNext component contains the live FastComments comment widget.
Replace "demo" below with your "tenantId" - available here in the FastComments admin area.
The widget supports a lot of options - see FastCommentsConfig here.
`vue`
In FastComments we call the article id, or page the comments get tied to, the URL ID as it can be a url or an ID.
Define the URL ID in the following manner. The component watches for changes in config object, and will reload, so you can update the URL ID.
`vue`
If your account is located in the EU, set region = 'eu' in the widget configuration, for example:
`vue`
Otherwise, you do not have to define region.
You probably don't want to define the config inline if you're passing callbacks etc. Instead, you'll want to define
the config via computed(), otherwise each time your callback etc is invoked the entire widget will re-render.
Run the local documentation:
`bash``
npm run serve
MIT © winrid