update quasar

This commit is contained in:
Surya Paolo
2023-09-28 17:12:59 +02:00
parent 2b359d5260
commit bfceb64811
24 changed files with 4109 additions and 4594 deletions

View File

@@ -25,7 +25,7 @@ export default defineComponent({
required: true,
},
prop_myrec: {
type: Object as PropType<any | null>,
type: Object as PropType<any>,
required: false,
default: null,
},
@@ -40,7 +40,7 @@ export default defineComponent({
const { t } = useI18n()
// const $router = useRouter()
const circuit = ref(<any | null>null)
const circuit = ref(<any>null)
const showingtooltip = ref(false)