Compare commits
2 Commits
913cabc7a3
...
c0096c0794
Author | SHA1 | Date |
---|---|---|
|
c0096c0794 | |
|
05bcb376c8 |
|
@ -7,9 +7,9 @@
|
|||
[submodule "packages/tex"]
|
||||
path = packages/tex
|
||||
url = https://git.zoomyboy.de/pille/tex
|
||||
[submodule "packages/oc-adrema-plugin"]
|
||||
path = packages/oc-adrema-plugin
|
||||
url = https://git.zoomyboy.de/silva/oc-adrema-plugin.git
|
||||
[submodule "packages/adrema-form"]
|
||||
path = packages/adrema-form
|
||||
url = https://git.zoomyboy.de/silva/adrema-form.git
|
||||
[submodule "packages/medialibrary-helper"]
|
||||
path = packages/medialibrary-helper
|
||||
url = https://git.zoomyboy.de/zoomyboy/medialibrary-helper.git
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 2e232a95fd84f6dcca80abe4d2ed37e1fac7e352
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 3e299a2694096dedfe57f2fe0e92d84e544f5c57
|
|
@ -54,7 +54,7 @@
|
|||
<script setup>
|
||||
import {watch, computed, ref} from 'vue';
|
||||
import {snakeCase} from 'change-case';
|
||||
import '!/adrema-plugin/dist/main.js';
|
||||
import '!/adrema-form/dist/main.js';
|
||||
import Asideform from './Asideform.vue';
|
||||
import TextareaField from './TextareaField.vue';
|
||||
import TextField from './TextField.vue';
|
||||
|
|
Loading…
Reference in New Issue