-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @AriaAman, you're using Vue Router so our example will not work without modifications in your use case. You'll need to set-up the router to load a component containing Vue Flow Form in a route of your choice. More information can be found in Vue Router's guide: |
Beta Was this translation helpful? Give feedback.
-
in main.js you can import them as well import '../node_modules/@ditdot-dev/vue-flow-form/dist/vue-flow-form.theme-purple.css' |
Beta Was this translation helpful? Give feedback.
Hi @AriaAman,
you're using Vue Router so our example will not work without modifications in your use case. You'll need to set-up the router to load a component containing Vue Flow Form in a route of your choice. More information can be found in Vue Router's guide:
https://router.vuejs.org/guide