为了账号安全,请及时绑定邮箱和手机立即绑定

在chrome中的js控制台更改app.message,由英文改为数字成功,但再想从数字改成英文一直报错?

在chrome中的js控制台更改app.message,由英文改为数字成功,但再想从数字改成英文一直报错?

慕用5541223 2018-03-12 22:38:38
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>HELLO VUE</title> <script src="https://cdn.jsdeliver.net/npm/vue"></script> </head> <body> <div id="app"> {{message}} </div> <script> var app = new Vue({ el: '#app', data: { message:'Hello Vue!' } }) </script> </body> </html>
查看完整描述

1 回答

?
慕用5541223

TA贡献1条经验 获得超0个赞

错误提示是:

VM296:1 Uncaught ReferenceError: hello is not defined

    at <anonymous>:1:13

(anonymous) @ VM296:1


查看完整回答
反对 回复 2018-03-12
  • 1 回答
  • 0 关注
  • 1990 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信