修复搜索组件问题

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 {
name: "widgets-search",
data() {
return {};
return {
keywords: "",
};
},
components: {},
created() {},

View File

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

View File

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