My SMM panel
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

purchase-completed.vue 201 B

123456789
  1. <template>
  2. <div class="status-dialog">
  3. <img class="icon" src="../../images/checked2.svg" alt=""/>
  4. <h3>Purchase complete. A receipt will be emailed to you.</h3>
  5. </div>
  6. </template>
  7. <script>
  8. </script>