5 lines
No EOL
93 B
TypeScript
5 lines
No EOL
93 B
TypeScript
import { reactive } from "vue";
|
|
|
|
export const settings = reactive({
|
|
password_hash: ""
|
|
}); |