always include .js for stores
This commit is contained in:
parent
18d8ea6b63
commit
d028a86013
52 changed files with 59 additions and 59 deletions
|
|
@ -4,7 +4,7 @@ import Timeago from 'components/timeago/timeago.vue'
|
|||
|
||||
import genRandomSeed from '../../services/random_seed/random_seed.service.js'
|
||||
|
||||
import { usePollsStore } from 'src/stores/polls'
|
||||
import { usePollsStore } from 'src/stores/polls.js'
|
||||
|
||||
export default {
|
||||
name: 'Poll',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue