Explorar o código

[FIX] remove character from cart item component

Gogs %!s(int64=8) %!d(string=hai) anos
pai
achega
25a22619f1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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")