Explorar el Código

[FIX] remove character from cart item component

Gogs hace 8 años
padre
commit
25a22619f1
Se han modificado 1 ficheros con 1 adiciones y 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")