UNPKG

@nolebase/vitepress-plugin-page-properties

Version:

A VitePress plugin that renders frontmatter as page properties, and makes them editable.

12 lines (8 loc) 302 B
'use strict'; var data$1 = { pageProperties:{ wordsCount:"{{wordsCount}} words" } }; data$1.pageProperties; var data = { pageProperties:{ wordsCount:"{{wordsCount}} 字" } }; data.pageProperties; exports.defaultEnLocale = data$1; exports.defaultZhCNLocale = data; //# sourceMappingURL=index.cjs.map