Fixed form creation
This commit is contained in:
@@ -91,11 +91,9 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import CodeInput from '../../../../forms/CodeInput.vue'
|
||||
|
||||
export default {
|
||||
name: 'BlockOptions',
|
||||
components: { CodeInput },
|
||||
components: { },
|
||||
props: {
|
||||
field: {
|
||||
type: Object,
|
||||
|
||||
@@ -387,8 +387,8 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import timezones from '../../../../../../data/timezones.json'
|
||||
import countryCodes from '../../../../../../data/country_codes.json'
|
||||
import timezones from '~/data/timezones.json'
|
||||
import countryCodes from '~/data/country_codes.json'
|
||||
import CountryFlag from 'vue-country-flag-next'
|
||||
|
||||
export default {
|
||||
|
||||
Reference in New Issue
Block a user