type SwiperTabsItem = {  
    x : number,  
    w : number  
  }  
  type SwiperViewItem = {  
    title : string,  
  }提示 Parsing error: Unexpected token SwiperTabsItem
编译报错: [plugin:uni:app-uvue] Parse error @:1:1  
这种应该如何解决呢?
 
                                                                            
                                      type SwiperTabsItem = {  
    x : number,  
    w : number  
  }  
  type SwiperViewItem = {  
    title : string,  
  }提示 Parsing error: Unexpected token SwiperTabsItem
编译报错: [plugin:uni:app-uvue] Parse error @:1:1  
这种应该如何解决呢?
4 个评论
要回复文章请先登录或注册
1***@qq.com (作者)
1***@qq.com (作者)
HRK
喜欢技术的前端