📅  最后修改于: 2022-03-11 14:59:16.448000             🧑  作者: Mango
Vue.js
options = {
el: '#app',
data: {
msg: '' // I wrote msg = '', and that was the reason why appears the error
},