UNPKG

test-in-demo

Version:

## Project setup ``` yarn install ```

8 lines (7 loc) 113 B
import { reactive } from "vue"; const obj =reactive({ button: { edit: "Edit" } }) export default obj