仓库地址修改
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
Component({
|
||||
externalClasses: ['i-class'],
|
||||
options: {
|
||||
// 在组件定义时的选项中启用多slot支持
|
||||
multipleSlots: true
|
||||
},
|
||||
methods : {
|
||||
handleTap2(){
|
||||
console.log(event,1111111)
|
||||
},
|
||||
handleTap3(){
|
||||
|
||||
}
|
||||
}
|
||||
});
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"component": true,
|
||||
"usingComponents":
|
||||
{
|
||||
"i-button": "../button/index",
|
||||
"i-icon": "../icon/index"
|
||||
}
|
||||
}
|
||||
@@ -1,4 +0,0 @@
|
||||
<view class="i-class i-slide" capture-catch:touchstart="handleTap2" capture-catch:touchmove="handleTap3">
|
||||
1111
|
||||
|
||||
</view>
|
||||
Reference in New Issue
Block a user