Fixed typo
parent
371fdaf898
commit
5b3293fa98
|
@ -172,7 +172,7 @@ export default {
|
||||||
<script setup>
|
<script setup>
|
||||||
import { ref } from "vue";
|
import { ref } from "vue";
|
||||||
|
|
||||||
const items = ref(items: [
|
const items = ref([
|
||||||
{
|
{
|
||||||
label: 'Options',
|
label: 'Options',
|
||||||
items: [
|
items: [
|
||||||
|
|
Loading…
Reference in New Issue