refactor: change v-model to .sync modifier, other small changes

This commit is contained in:
woothu
2019-04-04 09:46:15 +02:00
parent 53a9f470e5
commit d5a0511652
8 changed files with 124 additions and 109 deletions
-2
View File
@@ -163,7 +163,6 @@
card
pills
vertical="4"
v-model="tabIndex[1]"
>
<CTab active>
<template slot="title">
@@ -208,7 +207,6 @@ export default {
name: 'tabs',
data () {
return {
tabIndex: [0, 0],
tabs: [
'Calculator',
'Shopping cart',