fix(frontend): SSR of create.vue working, add .vscode launch.json, fix launch.json bug due to typescript in nuxt.config.ts
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div v-for="(formElement, index) in props.modelValue" :key="formElement.id">
|
||||
<div v-for="formElement in props.modelValue" :key="formElement.id">
|
||||
<component
|
||||
:is="getResolvedComponent(formElement)"
|
||||
:form-options="formElement.options"
|
||||
|
||||
Reference in New Issue
Block a user