第一篇博客

稍微捣鼓了一下,emmm
<script> Vue.config.productionTip = false new Vue({ el: '#root', data: { name: 'jack', url: 'https://www.baidu.com', school: { name: 'Mike', url: 'https://www.baidu.com' } } }) </script>

posted @ 2021-08-09 21:18  芜光  阅读(11)  评论(0)    收藏  举报