Skip to content

Commit

Permalink
feat: global import vue
Browse files Browse the repository at this point in the history
  • Loading branch information
unliar committed Jul 15, 2021
1 parent f19bee0 commit 5108a1a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions src/components/common/Avatar/index.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<script lang="ts" setup>
import { computed, defineProps } from "vue";
const props = defineProps({
size: String,
src: String,
Expand Down
2 changes: 0 additions & 2 deletions src/components/common/EmptyContent.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<script lang="ts" setup>
import { defineProps } from "vue";
const props = defineProps({
title: String,
});
Expand Down
1 change: 0 additions & 1 deletion src/components/common/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
</header>
</template>
<script lang="ts" setup>
import { computed, defineProps } from "vue";
import { useRouter } from "vue-router";
import { useStore } from "vuex";
import type { StoreType } from "~/store";
Expand Down

0 comments on commit 5108a1a

Please sign in to comment.