修复搜索组件问题

This commit is contained in:
TOP糯米 2023-02-16 13:47:53 +08:00
parent 4bdd10e784
commit 75071c015a
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,9 @@
export default { export default {
name: "widgets-search", name: "widgets-search",
data() { data() {
return {}; return {
keywords: "",
};
}, },
components: {}, components: {},
created() {}, created() {},

View File

@ -103,7 +103,6 @@ export default {
name: "index", name: "index",
data() { data() {
return { return {
keywords: "",
bannerList: [ bannerList: [
{ {
id: 1, id: 1,

View File

@ -28,7 +28,6 @@ export default {
name: "service-cate", name: "service-cate",
data() { data() {
return { return {
keywords: "",
data: [ data: [
{ {
id: 1, id: 1,