export const tabbarList = [ { path: '/pages/index/about', icon: 'home', isWotIcon: true, title: '้ฆ–้กต', }, { path: '/pages/index/index', icon: 'i-carbon-user-avatar', isWotIcon: false, title: 'ๆˆ‘็š„', }, ] export const tabbarStore = reactive({ curIdx: 0, setCurIdx(idx: number) { this.curIdx = idx }, })