Consistency: Filename equals name of component

This commit is contained in:
Robert Schäfer 2019-04-10 18:53:46 +02:00
parent 79b29b25aa
commit d58076d0ff
3 changed files with 1 additions and 8 deletions

View File

@ -1,5 +1,5 @@
import { shallowMount, createLocalVue } from '@vue/test-utils'
import RelativeDateTime from './index.vue'
import RelativeDateTime from './RelativeDateTime.vue'
const localVue = createLocalVue()

View File

@ -1,7 +0,0 @@
### Example
Relative time from 08.03.2017
```
<hc-relative-date-time dateTime="03.08.2017" />
```