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