diff --git a/layouts/doc/codeeditor/templates.js b/layouts/doc/codeeditor/templates.js index a500387bb..d08035333 100644 --- a/layouts/doc/codeeditor/templates.js +++ b/layouts/doc/codeeditor/templates.js @@ -4,7 +4,7 @@ import { services } from './services'; const PrimeVue = { version: '^3.23.0', description: - 'PrimeVue is an open source UI library for Vue featuring a rich set of 80+ components, a theme designer, various theme alternatives such as Material, Bootstrap, Tailwind, premium templates and professional support. In addition, it integrates with PrimeBlock, which has 370+ ready to use UI blocks to build spectacular applications in no time.' + 'PrimeVue is an open source UI library for Vue featuring a rich set of 80+ components, a theme designer, various theme alternatives such as Material, Bootstrap, Tailwind, premium templates and professional support. In addition, it integrates with PrimeBlock, which has 400+ ready to use UI blocks to build spectacular applications in no time.' }; const app_dependencies = pkg ? pkg.devDependencies : {}; @@ -336,6 +336,34 @@ routes: [{ path: "/", component: ${mainFileName} }] [`${sourceFileName}`]: { content: sources.replaceAll('<\\/script>', '') }, + 'public/logo.svg': { + content: ` + + + + head + Created with Sketch. + + + + + + + + + + + + + + + + + + + +` + }, ...routeFiles, ...extFilesSource };