01/10/2018, 14:18
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>
Bài liên quan
wpVZjz
...
chạy bình thường