주소 검색 테스트

This commit is contained in:
Jeon
2023-07-24 15:17:16 +09:00
parent 6544cdd4cf
commit f61d12a5d8
4 changed files with 97 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
import CalcList from '../views/CalcList'
import Verification from '../views/Verification'
import AdressPopup from '../views/adressPopup'
export default [
{
@@ -13,6 +14,12 @@ export default [
component: Verification,
name: 'verification',
meta: { public: false }
},
{
path: '/calculate/adressPopup',
component: AdressPopup,
name: 'adressPopup',
meta: { public: false }
}
]