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