mirror of
https://github.com/creativetimofficial/vue-material-kit.git
synced 2025-05-23 04:04:22 +08:00
refactor(tabssection.vue): remove route-sync
This commit is contained in:
parent
95ae381de8
commit
18f33afe5b
@ -7,7 +7,7 @@
|
||||
<h3><small>Tabs with Icons on Card</small></h3>
|
||||
<nav-tabs-card no-label>
|
||||
<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">
|
||||
<p>
|
||||
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>
|
||||
<nav-tabs-card no-label tabs-plain>
|
||||
<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">
|
||||
<p>
|
||||
I think that’s a responsibility that I have, to push
|
||||
|
Loading…
x
Reference in New Issue
Block a user