mirror of
https://codeberg.org/forgejo/forgejo
synced 2024-11-28 20:56:11 +01:00
6 lines
95 B
JavaScript
6 lines
95 B
JavaScript
|
import {reactive} from 'vue';
|
||
|
|
||
|
export const DiffTreeStore = reactive({
|
||
|
selectedItem: '',
|
||
|
});
|