摘要:
https://github.com/vuejs/vue-router/tree/next https://router.vuejs.org/zh-cn/advanced/scroll-behavior.html 阅读全文
摘要:
1、v-if 和v-show的区别 v-if 是 元素不在的 v-show 只是隐藏,元素还在 阅读全文
摘要:
VueJs 监听 window.resize 方法 阅读全文
摘要:
1、 typeof [],typeof {}, typeof null 会得到的都是 "object" 2、怎么实现弹窗居中。定宽,不定高。随着滚动条,滚动居中。 3、怎么实现文字和图片垂直居中 <style> .demo *{ vertical-align:middle; } </style> < 阅读全文
摘要:
可以自己配置的 Perferences菜单下 setting-User 花括号内最好一行添加"word_separators":"./\\()\"':,.;<>~!@#$%^&*|+=[]{}`~?"保存时候如果报错,就在添加行的上一行结尾加个逗号 mac下的按住command键一个个选的 wind 阅读全文
摘要:
右键->显示包内容->搜索engine.rb 阅读全文
摘要:
.attached { height: 15px; width: 15px; display: inline-block; position: relative; bottom: 5px; background: url("../img/detailIcon.png") -119px -93px no-repeat; cursor: poi... 阅读全文
摘要:
链接: http://pan.baidu.com/s/1geIl3YN 密码: qtf7 阅读全文
摘要:
1. 设置或检索当内容超过指定容器的边界时是否断行。 CSS3中将 <' word-wrap '> 改名为 <' overflow-wrap '>; 由于历史原因,当你使用 <' overflow-wrap '> 时,最好同时使用 <' word-wrap '> 作为备选,作向前兼容。 2、两行缩略 阅读全文
摘要:
Name 必须字段。 小提示: 不要在name中包含js, node字样; 这个名字最终会是URL的一部分,命令行的参数,目录名,所以不能以点号或下划线开头; 这个名字可能在require()方法中被调用,所以应该尽可能短; Version 必须字段。 Description 可选字段,必须是字符串 阅读全文