mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-07 14:39:30 -07:00
Small fixes
This commit is contained in:
@@ -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
|
||||
}
|
||||
};
|
||||
|
||||
@@ -13,4 +13,4 @@ export const folder: CodeObject = {
|
||||
const items = ['Doc 1', 'Doc 2', 'Doc 3'];
|
||||
</script>`,
|
||||
code
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user