Skip to content

Commit 26bdc86

Browse files
committed
Add GitHub link to signature
1 parent 0d6380a commit 26bdc86

18 files changed

+28
-2
lines changed

examples/questionnaire/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
22
Copyright (c) 2020 - present, DITDOT Ltd. - MIT Licence
3+
https://github.com/ditdot-dev/vue-flow-form
34
https://www.ditdot.hr/en
45
*/
56

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<meta name="author" content="www.ditdot.hr">
1515
<meta name="description" content="">
1616
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;900&amp;display=swap" rel="stylesheet">
17-
<title>Vue Flow Form</title>
17+
<title>Vue Flow Form - Demo</title>
1818
</head>
1919
<body>
2020
<div id="app"></div>

src/components/FlowForm.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@
109109
<script>
110110
/*!
111111
Copyright (c) 2020 - present, DITDOT Ltd. - MIT Licence
112+
https://github.com/ditdot-dev/vue-flow-form
112113
https://www.ditdot.hr/en
113114
*/
114115

src/components/Question.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
<script>
7777
/*
7878
Copyright (c) 2020 - present, DITDOT Ltd. - MIT Licence
79+
https://github.com/ditdot-dev/vue-flow-form
7980
https://www.ditdot.hr/en
8081
*/
8182

src/components/QuestionTypes/BaseType.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<script>
44
/*
55
Copyright (c) 2020 - present, DITDOT Ltd. - MIT Licence
6+
https://github.com/ditdot-dev/vue-flow-form
67
https://www.ditdot.hr/en
78
*/
89

src/components/QuestionTypes/DropdownType.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
<script>
3838
/*
3939
Copyright (c) 2020 - present, DITDOT Ltd. - MIT Licence
40+
https://github.com/ditdot-dev/vue-flow-form
4041
https://www.ditdot.hr/en
4142
*/
4243

src/components/QuestionTypes/EmailType.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<script>
22
/*
33
Copyright (c) 2020 - present, DITDOT Ltd. - MIT Licence
4+
https://github.com/ditdot-dev/vue-flow-form
45
https://www.ditdot.hr/en
56
*/
67

src/components/QuestionTypes/LongTextType.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<script>
2121
/*
2222
Copyright (c) 2020 - present, DITDOT Ltd. - MIT Licence
23+
https://github.com/ditdot-dev/vue-flow-form
2324
https://www.ditdot.hr/en
2425
*/
2526

src/components/QuestionTypes/MultipleChoiceType.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
<script>
4545
/*
4646
Copyright (c) 2020 - present, DITDOT Ltd. - MIT Licence
47+
https://github.com/ditdot-dev/vue-flow-form
4748
https://www.ditdot.hr/en
4849
*/
4950

src/components/QuestionTypes/NumberType.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<script>
22
/*
33
Copyright (c) 2020 - present, DITDOT Ltd. - MIT Licence
4+
https://github.com/ditdot-dev/vue-flow-form
45
https://www.ditdot.hr/en
56
*/
67

0 commit comments

Comments
 (0)