Skip to content

Commit

Permalink
Merge pull request #16 from IBEC-BOX/parts/news
Browse files Browse the repository at this point in the history
added parts News, storybook. Fixed the bottom part in vacancy card
  • Loading branch information
Dtem4ik authored Oct 6, 2023
2 parents 81c7b4e + a4a5c17 commit 66aef8f
Show file tree
Hide file tree
Showing 7 changed files with 484 additions and 335 deletions.
7 changes: 6 additions & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,16 @@ export default defineNuxtModule<ModuleOptions>({
name: 'partsCard', // name of the component to be used in vue templates
filePath: resolver.resolve('runtime/components/Parts/Card.vue')
})

// Headers
addComponent({
name: 'HeaderOne',
filePath: resolver.resolve('runtime/components/Parts/HeaderOne.vue')
})

addComponent({
name: 'News',
filePath: resolver.resolve('runtime/components/Parts/News.vue')
})
}
})
Loading

0 comments on commit 66aef8f

Please sign in to comment.