diff --git a/project.config.json b/project.config.json index f57b3c2..2723458 100644 --- a/project.config.json +++ b/project.config.json @@ -1,7 +1,7 @@ { "description": "A WePY project", "setting": { - "urlCheck": true, + "urlCheck": false, "es6": false, "postcss": false, "minified": false, diff --git a/src/components/z-search-bar.wpy b/src/components/z-search-bar.wpy new file mode 100644 index 0000000..83a51dd --- /dev/null +++ b/src/components/z-search-bar.wpy @@ -0,0 +1,55 @@ + + + + diff --git a/src/pages/search.wpy b/src/pages/search.wpy index 9fcc3e9..036b326 100644 --- a/src/pages/search.wpy +++ b/src/pages/search.wpy @@ -1,6 +1,6 @@