|
@@ -1,5 +1,5 @@
|
|
|
-import VerifyPointsComponent from './components/VerifyPoints'
|
|
|
-import VerifyPointsPopup from './components/VerifyPointsPopup'
|
|
|
+import VerifyPointsComponent from './components/VerifyPoints.vue'
|
|
|
+import VerifyPointsPopup from './components/VerifyPointsPopup.vue'
|
|
|
import VerifyPointsClass from './utils/verify-popup'
|
|
|
import registerAntiInterceptors from './utils/register-anti-interceptors'
|
|
|
|