first add files
This commit is contained in:
11
ProjectLiaisonForm/pages/search/other/index.js
Normal file
11
ProjectLiaisonForm/pages/search/other/index.js
Normal file
@@ -0,0 +1,11 @@
|
||||
Component({
|
||||
data: {
|
||||
value: '',
|
||||
},
|
||||
|
||||
methods: {
|
||||
onChange({ detail }) {
|
||||
console.log(`modelValue: ${detail.value}`);
|
||||
},
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user