fix : 移除输出log
This commit is contained in:
@@ -8,10 +8,10 @@
|
||||
import { onMounted } from 'vue';
|
||||
|
||||
onMounted(()=>{
|
||||
console.log('步骤一挂载');
|
||||
// console.log('步骤一挂载');
|
||||
})
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
|
||||
</style>
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user