Fix admin UI sidebar by importing Vue computed

This commit is contained in:
mberlin
2026-03-18 18:01:33 -03:00
parent c5be7df5e4
commit 87eb672416

View File

@@ -164,7 +164,7 @@
<script src="https://unpkg.com/vue@3/dist/vue.global.prod.js"></script> <script src="https://unpkg.com/vue@3/dist/vue.global.prod.js"></script>
<script> <script>
const { createApp, reactive, ref } = Vue; const { createApp, reactive, ref, computed } = Vue;
createApp({ createApp({
setup() { setup() {