2👍
import dropdown from '../dropdown.vue'
import formbutton from '../form_button.vue'
Should be the correct way to import these files, using ../
goes down one directory which will take you from the concertina_form directory to the vue_form directory.
- [Vuejs]-Using nested properties from object in Vuex store inside a template
- [Vuejs]-Cannot read .style property of undefined on for loop (Vue.js)
Source:stackexchange.com