refactor: change CCol cols attribute to col attribute

This commit is contained in:
woothu
2019-04-04 09:29:10 +02:00
parent 4b8fdbf142
commit 3a9bc09c3a
25 changed files with 1664 additions and 1664 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<template>
<CRow>
<CCol cols="12" lg="6">
<CCol col="12" lg="6">
<CCard>
<CCardHeader>
User id: {{ $route.params.id }}
+1 -1
View File
@@ -1,6 +1,6 @@
<template>
<CRow>
<CCol cols="12" xl="8">
<CCol col="12" xl="8">
<transition name="slide">
<CCard headerHtml="users" bodyWrapper>
<CTable hover