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

{{msg}}不显示 帮我看一下怎么回事

<body>
    <div id="app">
        <div class="bg">
            hello world!! </br>
            {{msg}}
        </div>
    </div>
    <script>
        new vue({
            el: '#app',
            data: {
                msg: "勇士西部总冠军"
            }
        })
    </script>
</body>


正在回答

4 回答

vue.js引入进来了吗?而且new Vue   是大写的Vue

0 回复 有任何疑惑可以回复我~
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
</head>
<body>
<div id="app">
    <div class="bg">
        hello world!! </br>
        {{msg}}
    </div>
</div>



<script src="https://cdn.jsdelivr.net/npm/vue"></script>
<script>
    new Vue({
        el: '#app',
        data: {
            msg: "勇士西部总冠军"
 }
    })
</script>
</body>
</html>


2 回复 有任何疑惑可以回复我~
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
</head>
<body>
<div id="app">
    <div class="bg">
        hello world!! </br>
        {{msg}}
    </div>
</div>



<script src="https://cdn.jsdelivr.net/npm/vue"></script>
<script>
    new Vue({
        el: '#app',
        data: {
            msg: "勇士西部总冠军"
 }
    })
</script>
</body>
</html>


1 回复 有任何疑惑可以回复我~

答案已找到

<script src="https://cdn.jsdelivr.net/npm/vue"></script>


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

{{msg}}不显示 帮我看一下怎么回事

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信