refactor(tabssection.vue): remove route-sync

This commit is contained in:
Dragos 2019-12-13 16:13:51 +02:00
parent 95ae381de8
commit 18f33afe5b

View File

@ -7,7 +7,7 @@
<h3><small>Tabs with Icons on Card</small></h3> <h3><small>Tabs with Icons on Card</small></h3>
<nav-tabs-card no-label> <nav-tabs-card no-label>
<template slot="content"> <template slot="content">
<md-tabs md-sync-route class="md-primary" md-alignment="left"> <md-tabs class="md-primary" md-alignment="left">
<md-tab id="tab-home" md-label="Profile" md-icon="face"> <md-tab id="tab-home" md-label="Profile" md-icon="face">
<p> <p>
I will be the leader of a company that ends up being worth I will be the leader of a company that ends up being worth
@ -51,7 +51,7 @@
<h3><small>Tabs on Plain Card</small></h3> <h3><small>Tabs on Plain Card</small></h3>
<nav-tabs-card no-label tabs-plain> <nav-tabs-card no-label tabs-plain>
<template slot="content"> <template slot="content">
<md-tabs md-sync-route class="md-danger" md-alignment="left"> <md-tabs class="md-danger" md-alignment="left">
<md-tab id="tab-home" md-label="Home"> <md-tab id="tab-home" md-label="Home">
<p> <p>
I think thats a responsibility that I have, to push I think thats a responsibility that I have, to push