Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Commit

Permalink
Overview: Use card design.
Browse files Browse the repository at this point in the history
  • Loading branch information
janbarasek committed Jul 8, 2021
1 parent 6133441 commit 4548695
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions template/overview.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Vue.component('static-page-detail', {
props: ['id'],
template: `<div>
template: `<cms-card>
<b-overlay :show="isLoading">
<b-card>
<b-row>
Expand All @@ -13,7 +13,7 @@ Vue.component('static-page-detail', {
<b-row>
<b-col>
<b-form-group label="Parent">
<b-form-select :options="options" v-model="form.parentId"></b-form-select>
<b-form-select :options="options" v-model="form.parentId"></b-form-select>
</b-form-group>
</b-col>
<b-col cols="2">
Expand All @@ -37,7 +37,7 @@ Vue.component('static-page-detail', {
</b-btn>
</b-card>
</b-overlay>
</div>`,
</cms-card>`,
data() {
return {
options: [],
Expand Down

0 comments on commit 4548695

Please sign in to comment.