Fix admin UI sidebar by importing Vue computed
This commit is contained in:
@@ -164,7 +164,7 @@
|
||||
|
||||
<script src="https://unpkg.com/vue@3/dist/vue.global.prod.js"></script>
|
||||
<script>
|
||||
const { createApp, reactive, ref } = Vue;
|
||||
const { createApp, reactive, ref, computed } = Vue;
|
||||
|
||||
createApp({
|
||||
setup() {
|
||||
|
||||
Reference in New Issue
Block a user