This commit is contained in:
syuilo
2018-06-06 05:18:08 +09:00
parent 0d8c83f27c
commit 69b5de3346
11 changed files with 505 additions and 163 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div>
<x-column>
<x-column :id="id">
<span slot="header">%fa:bell R% %i18n:@notifications%</span>
<x-notifications/>
@@ -17,6 +17,13 @@ export default Vue.extend({
components: {
XColumn,
XNotifications
},
props: {
id: {
type: String,
required: true
}
}
});
</script>