diff --git a/cli/templates/.vuepress/collections.ts.handlebars b/cli/templates/.vuepress/collections.ts.handlebars index e2df950c..0264748b 100644 --- a/cli/templates/.vuepress/collections.ts.handlebars +++ b/cli/templates/.vuepress/collections.ts.handlebars @@ -117,7 +117,7 @@ const demoDoc = defineCollection({ * (blog 为博客示例,如果不需要博客功能,请删除) * (demoDoc 为参考示例,如果不需要它,请删除) */ -export default defineCollection([ +export default defineCollections([ blog, demoDoc, ])