Skip to content

Commit

Permalink
fix: import styles
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanSalt committed Jul 23, 2023
1 parent ed081cc commit 39465e3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/drawer/index.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<script lang="ts" setup>
import '../common/style.scss'
import RDialog from '../dialog/index.vue'
defineOptions({
Expand Down
1 change: 1 addition & 0 deletions src/form/form-item.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<script lang="ts" setup>
import '../common/style.scss'
import { startCase } from 'lodash-es'
import type { RoughSVG } from 'roughjs/bin/svg'
import { inject, provide, ref, toRef } from 'vue'
Expand Down
1 change: 1 addition & 0 deletions src/form/index.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<script lang="ts" setup>
import '../common/style.scss'
import { provide } from 'vue'
import RSpace from '../space/index.vue'
import { labelInlineInjection } from './utils'
Expand Down
1 change: 1 addition & 0 deletions src/tabs/index.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<script lang="ts" setup generic="T extends string[] | number">
import '../common/style.scss'
import type { RefValue } from '@vue-macros/reactivity-transform/macros'
import { startCase } from 'lodash-es'
import { reactive, watch, watchEffect } from 'vue'
Expand Down
1 change: 1 addition & 0 deletions src/toast/toast-provider.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<script lang="ts" setup>
import '../common/style.scss'
import { provide, reactive } from 'vue'
import RToast from './index.vue'
import type { Toast } from './utils'
Expand Down

0 comments on commit 39465e3

Please sign in to comment.