Skip to content

Commit f042f77

Browse files
committed
Add LinkOption import in npm sample code
1 parent b80a0ec commit f042f77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/support-page/Example.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
import QuestionModel, { QuestionType, ChoiceOption, LinkOption } from '../../src/models/QuestionModel'
5555
import LanguageModel from '../../src/models/LanguageModel'
5656
// If using the npm package, use the following line instead of the ones above.
57-
// import FlowForm, { QuestionModel, QuestionType, ChoiceOption, LanguageModel } from '@ditdot-dev/vue-flow-form'
57+
// import FlowForm, { QuestionModel, QuestionType, ChoiceOption, LinkOption, LanguageModel } from '@ditdot-dev/vue-flow-form'
5858
5959
export default {
6060
name: 'example',

0 commit comments

Comments
 (0)