摘要:
浏览器的缓存机制指的是通过在一段时间内保留已接收到的 web 资源的一个副本,如果在资源的有效时间内,发起了对这个资源的再一次请求,那么浏览器会直接使用缓存的副本,而不是向服务器发起请求。使用 web 缓存可以有效地提高页面的打开速度,减少不必要的网络带宽的消耗。web 资源的缓存策略一般由服务器来 阅读全文
摘要:
从零配置Vue开发webpack环境踩到的坑
图片不显示,路径为[object Module]的问题
页面空白,报 runtime-only build 相关错误
You are using the runtime-only build of Vue where the template compiler is not available. Either pre-compile the templates into render functions, or use the compiler-included
build.
Unknown custom element: \ 阅读全文