vue2.x示例代码hello world
代码语言:html
所属分类:其他
代码描述:vue2.x示例代码hello world
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> </head> <body> <div id="app"> <h1>{{message}}</h1> <div> {{score|handleData}} </div> <div><button @click="add">点击累加测试</button></div> </div> <script type="text/javascript" src="//repo.bfw.wiki/bfwrepo/js/vue.2.2.min.js"></script> <script> new Vue({ el: '#app', .........完整代码请登录后点击上方下载按钮下载查看
网友评论0