增加自动化代码文件组件
This commit is contained in:
@@ -89,15 +89,13 @@ const page = ref(1)
|
||||
const total = ref(0)
|
||||
const pageSize = ref(20)
|
||||
|
||||
const props = defineProps({
|
||||
defineProps({
|
||||
modelValue: {
|
||||
type: String,
|
||||
default: ''
|
||||
},
|
||||
})
|
||||
|
||||
console.log(props)
|
||||
|
||||
const emits = defineEmits(['update:modelValue'])
|
||||
|
||||
// 分页
|
||||
|
Reference in New Issue
Block a user