Skip to content

Commit c36333a

Browse files
committedMar 8, 2022
fix: add composables directory to content
1 parent 316d008 commit c36333a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/tailwind.config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export default ({ srcDir }) => ({
88
`${srcDir}/components/**/*.{vue,js,ts}`,
99
`${srcDir}/layouts/**/*.vue`,
1010
`${srcDir}/pages/**/*.vue`,
11+
`${srcDir}/composables/**/*.{js,ts}`,
1112
`${srcDir}/plugins/**/*.{js,ts}`,
1213
`${srcDir}/App.{js,ts,vue}`,
1314
`${srcDir}/app.{js,ts,vue}`

0 commit comments

Comments
 (0)
Please sign in to comment.