File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -118,8 +118,8 @@ const items = ref([
118118 <template #center >
119119 <div class =" text-lg" >
120120 <span class =" text-yellow-600 font-bold" >New: </span >
121- <router-link to =" /samples/inputEditor " class =" " >
122- <span class =" " >Prime Input Editor</span >
121+ <router-link to =" /samples/formEditor " class =" " >
122+ <span class =" " >Form Editor</span >
123123 </router-link >
124124 </div >
125125 </template >
Original file line number Diff line number Diff line change @@ -57,9 +57,9 @@ const schemaItems = computed(() => editorDataToSchema(formInputList.value))
5757 <div cl >
5858 <Toolbar class =" mt-6 mb-4" >
5959 <template #start >
60- <Button icon =" pi pi-plus" class =" mr-2" severity =" secondary" text />
61- <Button icon =" pi pi-print" class =" mr-2" severity =" secondary" text />
62- <Button icon =" pi pi-upload" severity =" secondary" text />
60+ <Button v-if = " false " icon =" pi pi-plus" class =" mr-2" severity =" secondary" text />
61+ <Button v-if = " false " icon =" pi pi-print" class =" mr-2" severity =" secondary" text />
62+ <Button v-if = " false " icon =" pi pi-upload" severity =" secondary" text />
6363 </template >
6464
6565 <template #center >
You can’t perform that action at this time.
0 commit comments