This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#EXTINF:-1 tvg-logo="https://www.hieuhien.vn/wp-content/uploads/2019/01/hieu-hien-vn-logo.png",HieuHien.vn update 31/8/2019 | |
http://hjyjrvmlsk.vcdn.com.vn/hls/elgfjdh/index.m3u8 | |
#EXTINF:-1 tvg-logo="https://www.hieuhien.vn/wp-content/uploads/2019/01/hieu-hien-vn-logo.png",Fanpage: facebook.com/HieuHien.vn | |
http://hjyjrvmlsk.vcdn.com.vn/hls/elgfjdh/index.m3u8 | |
#EXTINF:-1 tvg-logo="https://www.hieuhien.vn/wp-content/uploads/2019/01/hieu-hien-vn-logo.png",Cộng đồng HieuHien.vn: facebook.com/Groups/HieuHien.vn | |
http://hjyjrvmlsk.vcdn.com.vn/hls/elgfjdh/index.m3u8 | |
#EXTINF:-1 group-title="ĐỊA PHƯƠNG" tvg-logo="http://gardenmedia.vn/kcfinder/upload/images/Quang-Cao-Truyen-Hinh-Vinh-Long-1(1).jpg",Vĩnh Long 1 HD | |
http://htv-drm-live-cdn.fptplay.net/CDN-FPT02/THVL1-HD-1080p/chunks.m3u8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: gpl-3.0 | |
height: 170 | |
border: no |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: gpl-3.0 | |
height: 180 | |
border: no |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="main-wrapper"> | |
<div class="header"><h1>Vue Shopping Cart</h1></div> | |
<div id="vue"> | |
<cart :cart="cart" :cart-sub-total="cartSubTotal" :tax="tax" :cart-total="cartTotal" :checkout-bool="checkoutBool"></cart> | |
<products :cart="cart" :cart-sub-total="cartSubTotal" :tax="tax" :cart-total="cartTotal" :products-data="productsData"></products> | |
<checkout-area v-if="checkoutBool" :cart="cart" :tax="tax" :cart-sub-total="cartSubTotal" :cart-total="cartTotal" :products-data="productsData" :total-with-tax="totalWithTax"></checkout-area> | |
</div> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<header id="masthead" class="masthead"> | |
<div id="masthead__content" class="masthead__content"> | |
<span class="masthead__logo">Lorem Ipsum</span> | |
<div class="masthead__buttons"> | |
<a class="masthead__search" href="/search">Search</a> | |
<div class="masthead__menu"></div> | |
</div> | |
</div> | |
</header> | |
<main id="article"> |