Skip to content

Commit 3daacc3

Browse files
committed
Changed config.js to main demo
1 parent 8370aa5 commit 3daacc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vue.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module.exports = {
55
// Replace with your .js entry file path.
66
// To see the quiz example, use 'examples/quiz/main.js'
77
// To see the support page example, use 'examples/support-page/main.js'
8-
entry: 'examples/support-page/main.js',
8+
entry: 'examples/questionnaire/main.js',
99
template: 'public/index.html',
1010
filename: 'index.html'
1111
}

0 commit comments

Comments
 (0)