兰宝车间质量管理系统-前端
ahao
2024-01-06 31da01bdd1e4fe8fb8eec41f401d73bcf6cc18b7
src/layout/components/AppMain.vue
@@ -12,8 +12,9 @@
</template>
<script setup name="AppMain" lang="ts">
import useTagsViewStore from '@/store/modules/tagsView';
import useSettingsStore from '@/store/modules/settings';
import useTagsViewStore from '@/store/modules/tagsView';
import IframeToggle from './IframeToggle/index.vue';
const { proxy } = getCurrentInstance() as ComponentInternalInstance;
const tagsViewStore = useTagsViewStore();