UNPKG
vue-pendo
Version:
latest (0.0.1)
0.0.1
This is a Vue 3.x.x plugin that will allow you to easily add Pendo to any Vue project.
vue-pendo
/
vite.config.js
8 lines
(6 loc)
•
157 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
{ defineConfig }
from
'vite'
import
vue
from
'@vitejs/plugin-vue'
// https://vitejs.dev/config/
export
default
defineConfig
({
plugins
: [
vue
()], })