Renamed files.

このコミットが含まれているのは:
テクニカル諏訪子 2018-01-25 21:51:16 +09:00
コミット 8892b19a6f
4個のファイルの変更2行の追加1行の削除

ファイルの表示

@ -69,9 +69,10 @@
<script> <script>
export default { export default {
name: 'entry-title', name: 'entry-title',
props: ['fid'],
data: function () { data: function () {
return { return {
id: 1, id: this.fid,
title: '', title: '',
version: '', version: '',
views: 0, views: 0,