src/views/screen/components/screen-map-three/index.vue
@@ -9,10 +9,25 @@ let world = null; export default { name: 'ScreenMapThree', mounted() { props: { loadEnd: { type: Boolean, default: false }, }, watch: { loadEnd: { handler(newVal) { console.log(newVal); if(newVal) { world = new Experience(this.$refs.worldContainer); } } } }, mounted() { } } </script> <style lang="scss" scoped>