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 :menu="menu" :name="name" :column="column" :is-stacked="isStacked" :is-active="isActive">
<x-column :menu="menu" :name="name" :column="column" :is-stacked="isStacked">
<span slot="header">
<template v-if="column.type == 'home'">%fa:home%</template>
<template v-if="column.type == 'local'">%fa:R comments%</template>
@ -38,10 +38,6 @@ export default Vue.extend({
isStacked: {
type: Boolean,
required: true
},
isActive: {
type: Boolean,
required: true
}
},