fix: refs #8193 conflicts
This commit is contained in:
parent
f01fd66c85
commit
68860c272c
|
@ -9,7 +9,10 @@ import VnSelect from 'src/components/common/VnSelect.vue';
|
|||
import VnNotes from 'src/components/ui/VnNotes.vue';
|
||||
import VnTableFilter from 'src/components/VnTable/VnTableFilter.vue';
|
||||
import VnAvatar from 'src/components/ui/VnAvatar.vue';
|
||||
import { useState } from 'src/composables/useState';
|
||||
|
||||
const state = useState();
|
||||
const user = state.getUser();
|
||||
const { t } = useI18n();
|
||||
const url = 'clientObservations';
|
||||
const stateStore = useStateStore();
|
||||
|
@ -48,9 +51,6 @@ onMounted(() => {
|
|||
onUnmounted(() => {
|
||||
stateStore.rightDrawer = false;
|
||||
});
|
||||
import { useState } from 'src/composables/useState';
|
||||
const state = useState();
|
||||
const user = state.getUser();
|
||||
</script>
|
||||
<template>
|
||||
<RightMenu>
|
||||
|
|
Loading…
Reference in New Issue