We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 176f06a commit b261868Copy full SHA for b261868
example/App.vue
@@ -2,7 +2,6 @@
2
import { styled, ThemeProvider, keyframes, withAttrs, css, cssClass } from '@vvibe/vue-styled-components'
3
import Component from './Component.vue'
4
import { ref } from 'vue'
5
-import { IconInner } from './Test'
6
7
const theme = ref({ primary: 'green', error: 'red' })
8
0 commit comments