mirror of
https://github.com/go-gitea/gitea
synced 2024-11-08 19:24:25 +00:00
6 lines
95 B
JavaScript
6 lines
95 B
JavaScript
|
import {reactive} from 'vue';
|
||
|
|
||
|
export const DiffTreeStore = reactive({
|
||
|
selectedItem: '',
|
||
|
});
|