Commit 8b653b05 authored by Chris Zamierowski's avatar Chris Zamierowski Committed by Evan You

Updating broken doc link (#166)

parent e40048ed
......@@ -32,7 +32,7 @@ import { timeAgo } from '../util/filters'
export default {
name: 'news-item',
props: ['item'],
// https://github.com/vuejs/vue/tree/dev/packages/vue-server-renderer#component-caching
// http://ssr.vuejs.org/en/caching.html#component-level-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