first add files
This commit is contained in:
7
ProjectLiaisonForm/pages/slider/base/index.js
Normal file
7
ProjectLiaisonForm/pages/slider/base/index.js
Normal file
@@ -0,0 +1,7 @@
|
||||
Component({
|
||||
methods: {
|
||||
handleChange(e) {
|
||||
console.log(e.detail.value);
|
||||
},
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user