Skip to content

Commit

Permalink
fix: add composables directory to content
Browse files Browse the repository at this point in the history
  • Loading branch information
Atinux committed Mar 8, 2022
1 parent 316d008 commit c36333a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tailwind.config.ts
Expand Up @@ -8,6 +8,7 @@ export default ({ srcDir }) => ({
`${srcDir}/components/**/*.{vue,js,ts}`,
`${srcDir}/layouts/**/*.vue`,
`${srcDir}/pages/**/*.vue`,
`${srcDir}/composables/**/*.{js,ts}`,
`${srcDir}/plugins/**/*.{js,ts}`,
`${srcDir}/App.{js,ts,vue}`,
`${srcDir}/app.{js,ts,vue}`
Expand Down

0 comments on commit c36333a

Please sign in to comment.