backup
This commit is contained in:
12
frontend/app/services/Content.js
Normal file
12
frontend/app/services/Content.js
Normal file
@@ -0,0 +1,12 @@
|
||||
import { ref } from 'vue';
|
||||
|
||||
const ShowContent = ref(false);
|
||||
|
||||
function SetShowContent(value) {
|
||||
ShowContent.value = value;
|
||||
}
|
||||
|
||||
export {
|
||||
ShowContent,
|
||||
SetShowContent
|
||||
}
|
||||
Reference in New Issue
Block a user