mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
@@ -8,7 +8,7 @@ import { defineComponent, ref } from 'vue'
|
||||
export default defineComponent({
|
||||
setup() {
|
||||
const num = ref(1)
|
||||
const handleChange = (value: string) => {
|
||||
const handleChange = (value) => {
|
||||
console.log(value)
|
||||
}
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user