Vue实现增删改查功能
摘要:简单的表单CURD功能demo 参考https://keepfool.github.io/vue-tutorials/02.Components/Part-2/demo/step05.html
阅读全文
Vue中slot内容分发
摘要:<slot>元素是一个内容分发API,使用多个内容插槽时可指定name属性
阅读全文
js消除txt格式中换行
摘要:可以用来将网易云上复制的歌词转换成没有空格的一段,哈哈
阅读全文
两个Vue Demo
摘要:1 实现 person list 2 搜索person CSS: 1: 2: 1: 2:
阅读全文
firefox里用window.close
摘要:在FF地址栏里输入about:config 在配置列表中找到 dom.allow_scripts_to_close_windows 点右键的选切换把上面的false修改为true chrome里是可以的,firefox在window.open的才能用window.close
阅读全文