mirror of
https://github.com/youzan/vant.git
synced 2025-10-14 15:10:36 +00:00
docs(Form): fix variable errors (#13499)
This commit is contained in:
@@ -476,7 +476,7 @@ export default {
|
||||
setup() {
|
||||
const result = ref('');
|
||||
const showArea = ref(false);
|
||||
const pickerValue = ref([]);
|
||||
const pickerValue = ref('');
|
||||
const onConfirm = ({ selectedValues, selectedOptions }) => {
|
||||
pickerValue.value = selectedValues.length
|
||||
? selectedValues[selectedValues.length - 1]
|
||||
|
Reference in New Issue
Block a user