Vue khởi đầu cũng hơi tào lao nhệ?

ACE xem cái hello world này của vue js có chạy không? hơi tiếu


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




<script>

    new Vue({
        el: '#app',
        data: {
            message: 'Hello Vue.js!'
        }
    })

</script>




<div id="app">
    <p>{{ message }}</p>
</div>



chạy bình thường

1 Like
83% thành viên diễn đàn không hỏi bài tập, còn bạn thì sao?