ソースを参照

completed admin panel

master
alireza 4ヶ月前
コミット
a7b914be9e
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      src/components/ConfigCountriesSelect.vue

+ 1
- 0
src/components/ConfigCountriesSelect.vue ファイルの表示

@@ -16,6 +16,7 @@
:key="code?.id"
>
{{ code?.title }}
<template v-if="code?.country_code">({{ code?.country_code }})</template>
</option>
</select>
<small id="country-code-help" class="form-text text-muted">


読み込み中…
キャンセル
保存