Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Mar 10, 2019
1 parent 2d80d75 commit e2f1f63
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
"vuetify-loader": "1.2.1",
"eslint": "^5.12.0",
"eslint-plugin-vue": "^5.1.0",

"lint-staged": "^7.2.2",
"node-sass": "^4.9.2",
"sass-loader": "^7.0.3",
Expand All @@ -53,7 +52,6 @@
"vue-cli-plugin-axios": "0.0.4",
"vue-cli-plugin-element": "^1.0.0",
"vue-cli-plugin-vuetify": "0.4.6",

"vue-template-compiler": "^2.5.21"
}
}
2 changes: 0 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
<link href='https://fonts.cat.net/css?family=Roboto:100,300,400,500,700,900|Material+Icons' rel="stylesheet">
</head>
<body>

<script src="<%= BASE_URL %>static/tinymce4.7.5/tinymce.min.js"></script>

<noscript>
<strong>We're sorry but my doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
Expand Down
8 changes: 0 additions & 8 deletions src/views/dashboard/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,12 @@
<v-toolbar-side-icon></v-toolbar-side-icon>
<v-toolbar-title>系统公告</v-toolbar-title>
<v-spacer></v-spacer>
<!-- <v-btn icon>
<v-icon>calendar</v-icon>
</v-btn>
<v-btn icon>
<v-icon>notice</v-icon>
</v-btn>-->
</v-toolbar>
<v-list two-line>
<template v-for="(item, index) in items">
<v-list-tile :key="index" avatar ripple @click="Detail(item.id)">
<v-list-tile-content>
<v-list-tile-title>{{ item.title }}</v-list-tile-title>
<!-- <v-list-tile-sub-title class="text--primary">{{ item.headline }}</v-list-tile-sub-title> -->
<!-- <v-list-tile-sub-title style="margin-top:10px">{{item.content}}</v-list-tile-sub-title> -->
</v-list-tile-content>
<v-list-tile-action>
<v-list-tile-action-text>{{ item.date }}</v-list-tile-action-text>
Expand Down

0 comments on commit e2f1f63

Please sign in to comment.