Procházet zdrojové kódy

[FIX] remove character from cart item component

Gogs před 7 roky
rodič
revize
25a22619f1
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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
         li.cart-item
             h3.item-name {{ item.name }}
             h3.item-name {{ item.name }}
             input.item-quantity(type="text" :value="item.qty")
             input.item-quantity(type="text" :value="item.qty")