Correct Answer : var text = new Vue({// options })
Explanation : The correct syntax for creating instance is var text = new Vue({// options }).
var text = new Vue({// options })