Fix broken imports
This commit is contained in:
parent
e9c4bfe947
commit
08d6772392
137 changed files with 345 additions and 345 deletions
|
|
@ -162,7 +162,7 @@ import lodash from '@/lodash'
|
|||
|
||||
export default {
|
||||
components: {
|
||||
SignupFormBuilder: () => import(/* webpackChunkName: "signup-form-builder" */ '@/components/admin/SignupFormBuilder')
|
||||
SignupFormBuilder: () => import(/* webpackChunkName: "signup-form-builder" */ '@/components/admin/SignupFormBuilder.vue')
|
||||
},
|
||||
props: {
|
||||
group: { type: Object, required: true },
|
||||
|
|
|
|||
|
|
@ -163,7 +163,7 @@
|
|||
<script>
|
||||
import lodash from '@/lodash'
|
||||
|
||||
import SignupForm from '@/components/auth/SignupForm'
|
||||
import SignupForm from '@/components/auth/SignupForm.vue'
|
||||
|
||||
function arrayMove (arr, oldIndex, newIndex) {
|
||||
if (newIndex >= arr.length) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue