cli: fix paths

This commit is contained in:
Benjamin Canac
2024-10-01 11:43:34 +02:00
parent 6a6c43378b
commit 725833c4a9
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ const playground = ({ name, pro }) => {
const kebabName = kebabCase(name)
return {
filename: `playground/pages/components/${kebabName}.vue`,
filename: `playground/app/pages/components/${kebabName}.vue`,
contents: pro
? undefined
: `