摘要:
.container{ display: box; display: -webkit-box; -webkit-box-pack: center; -webkit-box-align: center; display: flex; display... 阅读全文
摘要:
参考文章: vue写法: jq写法: 阅读全文
摘要:
html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select { margin: 0; padding: 0; } body { font-family: "Microsoft YaHei"; } ul,ol { list-styl... 阅读全文
摘要:
1、安装插件(可以选择在初始化项目的时候安装) 2、将插件全局引入到项目中(main.js) 3、将插件注入到vue中(main.js) 4、创建组件(需要跳转的页面),举例如下: 5、配置路由(router.js),先引入组件,再写配置,最后导出(export...) 6、生成router实例(m 阅读全文