simplified the process of adding more search sites

This commit is contained in:
huangjx
2022-02-28 23:15:37 +08:00
parent dfb0d3fd9f
commit 618417023b
15 changed files with 173 additions and 41 deletions

View File

@@ -33,6 +33,12 @@ const successCallback = (data, element) => {
export default {
name: "mainApp",
inject: ["settings"],
provide() {
return {
search_sites: this.settings.search_sites,
};
},
data() {
return {
display: { download: true, search: false },