@dharmatv wrote:
i am using Ionic vue to create app, in that i am using ionic tabs, suddenly i got below error
at t.tabDidLoad (baecuvvq.js:5) at ionic.eng0ita3.js:9 at HTMLElement.u (ionic.eng0ita3.js:9) at Object.d.emit [as Xa] (ionic.eng0ita3.js:34) at Object.emit (ionic.eng0ita3.js:23) at baecuvvq.js:5
below is my code
<template> <div> <ion-tabs> <ion-tab tab="home" >Home Content</ion-tab> <ion-tab tab="settings">Settings Content</ion-tab> <ion-tab-bar slot="bottom"> <ion-tab-button tab="home"> <ion-label>Home</ion-label> <ion-icon name="home"></ion-icon> </ion-tab-button> <ion-tab-button tab="settings"> <ion-label>Settings</ion-label> <ion-icon name="settings"></ion-icon> </ion-tab-button> </ion-tab-bar> </ion-tabs> </div> </template> <script> export default { name: 'myride', components: { }, props: { }, data: function(){ return {} }, methods: { } } </script> <style> </style>
Please help me anyone it’s urgent
Posts: 1
Participants: 1