Small fixes

This commit is contained in:
David Haz
2025-07-19 19:55:19 +03:00
parent a6df503535
commit 340985ce52
8 changed files with 350 additions and 452 deletions

View File

@@ -1,5 +1,5 @@
import code from '@content/Components/AnimatedList/AnimatedList.vue?raw'
import type { CodeObject } from '../../../types/code'
import code from '@content/Components/AnimatedList/AnimatedList.vue?raw';
import type { CodeObject } from '../../../types/code';
export const animatedList: CodeObject = {
cli: `npx jsrepo add https://vue-bits.dev/ui/Components/AnimatedList`,
@@ -24,4 +24,4 @@ const items = [
]
</script>`,
code
}
};

View File

@@ -13,4 +13,4 @@ export const folder: CodeObject = {
const items = ['Doc 1', 'Doc 2', 'Doc 3'];
</script>`,
code
};
};