@convertcom/tracking-vue
v1.0.0
Published
## Usage
Readme
Tracking Script Vue
Usage
Install package:
yarn add @convertcom/tracking-vueImport component, for example:
<script setup> import ConvertTrackingScript from '@convertcom/tracking-vue'; </script>Add the following at the beginning of body/layout, for example:
<ConvertTrackingScript accountId="123" projectId="456" />Optionally, set custom timeout for showing the page contents, for example:
<ConvertTrackingScript accountId="123" projectId="456" :timeout="500" />
Credits
Copyright(c) 2025 Convert Insights, Inc.
