Skip to content

Commit b89e6c0

Browse files
authoredSep 4, 2024··
fix(applet): intergration ui package's unocss style (#598)
1 parent d3b3309 commit b89e6c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎packages/applet/src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import 'uno.css'
22
import '@unocss/reset/tailwind.css'
33
import './styles/base.css'
44
import '@vue/devtools-ui/style.css'
5+
import '@vue/devtools-ui/uno.css'
56

67
export * from './modules/pinia'
78
export * from './modules/components'

0 commit comments

Comments
 (0)
Please sign in to comment.