09 2020 档案

后端要采用ArrayBuffer上传文件
摘要:最近做了个不一样的上传方式,其实上传文件是最常见的交互方式,前端上传的方式也很多。常见的有: 1. form + input 上传 <form action='uploadFile.php' enctype="multipart/form-data" type='post'> <input type 阅读全文

posted @ 2020-09-29 15:20 sjpqy 阅读(3164) 评论(0) 推荐(2)

重磅来袭 Vue 3.0 One Piece 正式发布
摘要:代号为One Piece 的Vue3.0 在9月19日凌晨正式发布!! 此次vue3.0 为用户提供了全新的 composition-api 以及更小的包大小,和更好的 TypeScript 支持。 发布地址 Vue-next Vue3.0 是当前非常流行的框架,Vue3.0更是酝酿了2年多的时间, 阅读全文

posted @ 2020-09-19 08:30 sjpqy 阅读(3356) 评论(10) 推荐(5)

Vue 事件的高级使用方法
摘要:Vue 事件的高级使用方法 事件方法 在Vue中提供了4中事件监听方法,分别是: $on(event: string | Array, fn) $emit(event: string) $once(event: string, fn) $off(event?: string|Array, fn?) 阅读全文

posted @ 2020-09-11 14:33 sjpqy 阅读(1478) 评论(0) 推荐(0)

导航