doc: import reactive and add state to it
This commit is contained in:
@@ -1 +1,9 @@
|
||||
import { reactive } from "vue";
|
||||
|
||||
const state = reactive({
|
||||
user: null,
|
||||
});
|
||||
|
||||
export default {
|
||||
state,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user