2023-03-21 13:22:49 +05:30
|
|
|
import { ref } from 'vue';
|
2023-01-30 16:20:40 +05:30
|
|
|
|
2023-03-07 15:07:02 +05:30
|
|
|
export const showSidebar = ref(true);
|
2023-01-30 16:20:40 +05:30
|
|
|
export const docsPathRef = ref<string>('');
|
|
|
|
export const systemLanguageRef = ref<string>('');
|