소스 검색

[FIX] remove character from cart item component

Gogs 8 년 전
부모
커밋
25a22619f1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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")