瀏覽代碼

Fixed route issue

master
George Williams 5 年之前
父節點
當前提交
43c01903d5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/router/index.js

+ 1
- 1
src/router/index.js 查看文件

@@ -13,7 +13,7 @@ import Agency from '../components/user/registerAgencySection.vue';
13 13
 
14 14
 import PropertySearch from '../components/property/propertySearchPage.vue';
15 15
 import PropertyPage from '../components/property/propertyPage.vue';
16
-import PropertyEdit from '../components/property/propertyEditPage.vue';
16
+import PropertyEdit from '../components/property/propertyeditPage.vue';
17 17
 import PropertyList from '../components/property/propertyList.vue';
18 18
 import PropertyTypeList from '../components/admin/property/propertyTypeList.vue';
19 19
 import PropertyType from '../components/admin/property/propertyTypeEdit.vue';

Loading…
取消
儲存