mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-22 12:03:25 -04:00
#91 fix miscommit
This commit is contained in:
parent
758967277d
commit
5644b01f70
@ -27,7 +27,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { templates, sortSources } from "../src/data";
|
||||
import { templates } from "../src/data";
|
||||
import { getTemplate } from "../src/buildTemplate";
|
||||
|
||||
export default {
|
||||
@ -39,7 +39,6 @@
|
||||
templates: templates,
|
||||
getTemplate: getTemplate,
|
||||
glue: ' ' + this.$t('template.or') + ' ',
|
||||
sortSources,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -120,7 +120,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { templates, sources, templateLibrary, sortSources } from '../src/data'
|
||||
import { templates, sources, templateLibrary } from '../src/data'
|
||||
import sourcesForMultipleForms from '../data/sources/sourcesMultiple';
|
||||
import { Source } from "../src/classes";
|
||||
import { head } from "../src/helpers";
|
||||
@ -137,7 +137,6 @@
|
||||
filterType: '',
|
||||
glue: ' ' + this.$t('template.or') + ' ',
|
||||
submitShown: false,
|
||||
sortSources,
|
||||
};
|
||||
},
|
||||
mounted() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user