# 事件 ```html 事件 北京 上海 广州 深圳 ``` ```js export default { data () { return { value: false, cities: null } }, methods: { handleChange (v) { this.$NMessage.info(JSON.stringify(v)) } } } ``` ```css .n-checkbox, .n-button { margin: 0 12px 8px 0; } ```