Skip to content

Commit

Permalink
fix(default-theme): import swpluginslot (#1967)
Browse files Browse the repository at this point in the history
  • Loading branch information
quando1910 committed Nov 8, 2022
1 parent 30391ad commit de129f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/default-theme/src/components/SwProductCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@
</template>

<script>
import SwPluginSlot from "sw-plugins/SwPluginSlot.vue";
import ProductCard from "@/components/card/ProductCard.vue"
export default {
components: {
ProductCard,
SwPluginSlot
},
props: {
product: {
Expand Down

0 comments on commit de129f3

Please sign in to comment.