Skip to content

Commit 5cc757d

Browse files
chore(demos): bring back styled components file to vue demo
1 parent e5aa413 commit 5cc757d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import * as styledComponents from 'vue-styled-components'
2+
3+
const { default: styled, css, injectGlobal } = styledComponents
4+
5+
export { css, injectGlobal }
6+
export default styled

0 commit comments

Comments
 (0)