logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Vue—Typescript

Vue-cli推出了3.0,自带了Pwa和Typescript,尝试了下发现Typescript用起来十分方便,这里简单介绍下。这次脚手架项目中用到了2个插件,vue-class-component和vue-property-decorators。这里介绍下使用方法vue-class-componentNote:1.如果使用Typescript,那么需要使用--experiment...

Vue keep-alive的实现原理

使用vue的时候,想必大家都是用过keep-alive,其作用就是缓存页面以及其状态。使用了这么久vue只知道如何使用但不明白其中原理,昨天翻看实现代码,这里做个笔记。这里以vue3为例,整个组件的源码为:const KeepAliveImpl = {name: `KeepAlive`,// Marker for special handling inside the re...

到底了