refactor: update examples

This commit is contained in:
Łukasz Holeczek
2021-08-30 00:44:20 +02:00
parent e3dd33a2f8
commit 0f2cb6c1db
40 changed files with 334 additions and 754 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
<template>
<CCol xl="2" md="4" sm="6" xs="12" class="mb-4">
<CCol xl="2" md="4" sm="6" :xs="12" class="mb-4">
<div
:class="['theme-color w-75 rounded mb-3', color]"
style="padding-top:75%;"
@@ -18,4 +18,4 @@ export default {
color: String,
}
}
</script>
</script>