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