mirror of
https://gitee.com/gitea/gitea.git
synced 2024-12-14 01:20:51 +08:00
6 lines
95 B
JavaScript
6 lines
95 B
JavaScript
|
import {reactive} from 'vue';
|
||
|
|
||
|
export const DiffTreeStore = reactive({
|
||
|
selectedItem: '',
|
||
|
});
|