chore: update project
This commit is contained in:
Родитель
cb84300e0e
Коммит
16c95cec06
|
@ -20,5 +20,3 @@ npm run lint
|
|||
# run unit tests
|
||||
npm test
|
||||
```
|
||||
|
||||
For more information see the [docs for vueify](https://github.com/vuejs/vueify).
|
||||
|
|
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
16
package.json
16
package.json
|
@ -21,17 +21,17 @@
|
|||
"vue": "vue/dist/vue.common.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"vue": "2.5.2",
|
||||
"vue": "2.6.14",
|
||||
"vue-router": "3.0.1",
|
||||
"jquery": "3.5.1",
|
||||
"@progress/kendo-ui": "2017.3.1026",
|
||||
"@progress/kendo-ui": "2021.3.914",
|
||||
"bootstrap": "git://github.com/twbs/bootstrap.git#95f37e4c402df37db16781995ffa1592032df9c8",
|
||||
"@progress/kendo-grid-vue-wrapper": "2017.3.1026",
|
||||
"@progress/kendo-datasource-vue-wrapper": "2017.3.1026",
|
||||
"@progress/kendo-buttons-vue-wrapper": "2017.3.1026",
|
||||
"@progress/kendo-window-vue-wrapper": "2017.3.1026",
|
||||
"@progress/kendo-inputs-vue-wrapper": "2017.3.1026",
|
||||
"@progress/kendo-charts-vue-wrapper": "2017.3.1026",
|
||||
"@progress/kendo-grid-vue-wrapper": "2021.3.914",
|
||||
"@progress/kendo-datasource-vue-wrapper": "2021.3.914",
|
||||
"@progress/kendo-buttons-vue-wrapper": "2021.3.914",
|
||||
"@progress/kendo-window-vue-wrapper": "2021.3.914",
|
||||
"@progress/kendo-inputs-vue-wrapper": "2021.3.914",
|
||||
"@progress/kendo-charts-vue-wrapper": "2021.3.914",
|
||||
"@progress/kendo-theme-bootstrap": "^2.8.0",
|
||||
"@progress/kendo-theme-default": "^2.40.2",
|
||||
"marked": "^0.3.6"
|
||||
|
|
|
@ -354,7 +354,7 @@
|
|||
},
|
||||
computed: {
|
||||
issues () {
|
||||
return this.response.length > 0 ? ghIssuesProcessor.process(this.response, this.days) : null
|
||||
return (this.response && this.response.length > 0) ? ghIssuesProcessor.process(this.response, this.days) : null
|
||||
},
|
||||
days() {
|
||||
switch (this.selectedIndex) {
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
<ul>
|
||||
<li><a href="http://router.vuejs.org/" target="_blank">vue-router</a></li>
|
||||
<li><a href="http://vuex.vuejs.org/" target="_blank">vuex</a></li>
|
||||
<li><a href="https://github.com/vuejs/vueify" target="_blank">vueify</a></li>
|
||||
<li><a href="https://github.com/vuejs/awesome-vue" target="_blank">awesome-vue</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
Загрузка…
Ссылка в новой задаче