This commit is contained in:
syuilo
2018-06-08 07:43:12 +09:00
parent c6d3088374
commit 3d40a7df00
6 changed files with 11 additions and 32 deletions

View File

@@ -1,5 +1,5 @@
<template>
<x-column :name="name" :column="column" :is-stacked="isStacked" :is-active="isActive">
<x-column :name="name" :column="column" :is-stacked="isStacked">
<span slot="header">%fa:bell R%{{ name }}</span>
<x-notifications/>
@@ -25,10 +25,6 @@ export default Vue.extend({
isStacked: {
type: Boolean,
required: true
},
isActive: {
type: Boolean,
required: true
}
},