UNPKG

vuepress-theme-blog-vuetify

Version:

The world's most simple, beautiful and customizable 2 columns VuePress blog theme built with Vuetify

12 lines (10 loc) 182 B
import map from 'lodash/map' export default { methods: { resolveTags(tagKeys, metaMap) { return map(tagKeys, key => { return metaMap[key] }) } } }