Parcourir la source

[FIX] remove character from cart item component

Gogs il y a 7 ans
Parent
commit
25a22619f1
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/components/CartItem.vue

+ 1 - 1
src/components/CartItem.vue

@@ -1,4 +1,4 @@
-git <template lang="pug">
+<template lang="pug">
         li.cart-item
             h3.item-name {{ item.name }}
             input.item-quantity(type="text" :value="item.qty")