Browse Source

[FIX] remove character from cart item component

Gogs 7 years ago
parent
commit
25a22619f1
1 changed files with 1 additions and 1 deletions
  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")