Vus.js是一套开发web页面的Javascript脚本框架。
框架特点:
第一种方式 JS加载CND文件
<html><head><title>Hello World</title></head><script src="https://unpkg.com/vue/dist/vue.js"></script><div id="didi-navigator"><ul><li v-for="tab in tabs">{{ tab.text }}</ul></div><script>new Vue({el: '#didi-navigator',data: {tabs: [{text : '巴士'},{text : '快车'},{text : '专车'},{text : '顺风车'},{text : '出租车'},{text : '代驾'}]}});</script></html>
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号