浏览代码

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">


正在加载...
取消
保存