first add files
This commit is contained in:
12
ProjectLiaisonForm/pages/notice-bar/suffixIcon/index.js
Normal file
12
ProjectLiaisonForm/pages/notice-bar/suffixIcon/index.js
Normal file
@@ -0,0 +1,12 @@
|
||||
Component({
|
||||
data: {
|
||||
visible: true,
|
||||
},
|
||||
|
||||
methods: {
|
||||
click(e) {
|
||||
const { trigger } = e.detail;
|
||||
console.log(`click on the ${trigger} area`);
|
||||
},
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user