摘要: 问题: 在终端输入: npm i -g cnpm --registry=https://registry.npm.taobao.org 终端反馈: `npm ERR! code UNABLE_TO_VERIFY_LEAF_SIGNATURE npm ERR! errno UNABLE_TO_VERI 阅读全文
posted @ 2020-08-29 18:24 wing1377 阅读(450) 评论(0) 推荐(0) 编辑
摘要: Vue 指令 基本语法 <body> <section id="app"> <div>{{msg}}</div> <div>{{1+3+msg}}</div> <div v-text='msg'></div> </section> </body> <script> var vm = new Vue( 阅读全文
posted @ 2020-08-29 16:31 wing1377 阅读(173) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>双向数据绑定</t 阅读全文
posted @ 2020-08-29 08:05 wing1377 阅读(131) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <script type='text/javascript' src='./js/jquery.js'></script> <script type='text/ 阅读全文
posted @ 2020-08-29 07:26 wing1377 阅读(256) 评论(0) 推荐(0) 编辑