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