随笔分类 - Vue
摘要:链接:http://www.qianxingweb.com 1.go的api启动: #生成执行程序 go build #后台运行 nohup ./xxx & #查看 netstat -ntlp|grep 8000 #变量逃逸 go build -gcflags '-m' 2.node的服务: #np
阅读全文
摘要:链接:http://www.qianxingweb.com 1.组件简易总结: 组件总结: 1.若要传值与组件,则应用组件的Vue实例的data中需定义属性 2.组件中定义props接收传递过来的参数 3.组件中绑定参数的自定义指定为中横线写法,如v-bing:current-page 4.要想子组
阅读全文
摘要:链接:http://www.qianxingweb.com PC 1:Element https://element.eleme.cn/#/zh-CN 2:AT UI https://at-ui.github.io/at-ui/#/zh WAP 1:Cube-ui https://didi.gith
阅读全文