mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-07 14:39:30 -07:00
formatting
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import code from '@content/Components/Counter/Counter.vue?raw'
|
||||
import { createCodeObject } from '../../../types/code'
|
||||
import code from '@content/Components/Counter/Counter.vue?raw';
|
||||
import { createCodeObject } from '../../../types/code';
|
||||
|
||||
export const counter = createCodeObject(code, 'Components/Counter', {
|
||||
installation: `npm i motion-v`,
|
||||
@@ -13,5 +13,5 @@ export const counter = createCodeObject(code, 'Components/Counter', {
|
||||
:gap="10"
|
||||
textColor="white"
|
||||
:fontWeight="900"
|
||||
/>`,
|
||||
})
|
||||
/>`
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user