添加航班tab栏

This commit is contained in:
zhouyuejun
2018-11-26 18:53:23 +08:00
parent b8f0b8f5f1
commit 5470628d7f
25 changed files with 435 additions and 92 deletions
@@ -0,0 +1,15 @@
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-vip-tab',
templateUrl: './vip-tab.component.html',
styleUrls: ['./vip-tab.component.scss']
})
export class VipTabComponent implements OnInit {
constructor() { }
ngOnInit() {
}
}