Compare commits

..

No commits in common. "c0096c07944713c3c1eacad29c09ec6fae3f1b44" and "913cabc7a3b58375be3fa6147bdc061168c51dee" have entirely different histories.

4 changed files with 5 additions and 5 deletions

6
.gitmodules vendored
View File

@ -7,9 +7,9 @@
[submodule "packages/tex"] [submodule "packages/tex"]
path = packages/tex path = packages/tex
url = https://git.zoomyboy.de/pille/tex url = https://git.zoomyboy.de/pille/tex
[submodule "packages/adrema-form"] [submodule "packages/oc-adrema-plugin"]
path = packages/adrema-form path = packages/oc-adrema-plugin
url = https://git.zoomyboy.de/silva/adrema-form.git url = https://git.zoomyboy.de/silva/oc-adrema-plugin.git
[submodule "packages/medialibrary-helper"] [submodule "packages/medialibrary-helper"]
path = packages/medialibrary-helper path = packages/medialibrary-helper
url = https://git.zoomyboy.de/zoomyboy/medialibrary-helper.git url = https://git.zoomyboy.de/zoomyboy/medialibrary-helper.git

@ -1 +0,0 @@
Subproject commit 2e232a95fd84f6dcca80abe4d2ed37e1fac7e352

@ -0,0 +1 @@
Subproject commit 3e299a2694096dedfe57f2fe0e92d84e544f5c57

View File

@ -54,7 +54,7 @@
<script setup> <script setup>
import {watch, computed, ref} from 'vue'; import {watch, computed, ref} from 'vue';
import {snakeCase} from 'change-case'; import {snakeCase} from 'change-case';
import '!/adrema-form/dist/main.js'; import '!/adrema-plugin/dist/main.js';
import Asideform from './Asideform.vue'; import Asideform from './Asideform.vue';
import TextareaField from './TextareaField.vue'; import TextareaField from './TextareaField.vue';
import TextField from './TextField.vue'; import TextField from './TextField.vue';