Commit 43477487 authored by Alexander Tesfamichael's avatar Alexander Tesfamichael Committed by Evan You

Update broken component caching link in comment (#168)

parent 772a55df
......@@ -32,7 +32,7 @@ import { timeAgo } from '../filters'
export default {
name: 'news-item',
props: ['item'],
// https://github.com/vuejs/vue/blob/next/packages/vue-server-renderer/README.md#component-caching
// https://github.com/vuejs/vue/tree/dev/packages/vue-server-renderer#component-caching
serverCacheKey: ({ item: { id, __lastUpdated, time }}) => {
return `${id}::${__lastUpdated}::${timeAgo(time)}`
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment