UNPKG

test-in-demo

Version:

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

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