当前位置:网站首页>Simple use of devtools
Simple use of devtools
2022-07-05 02:44:00 【13 less】
One .Devtools effect
It is convenient for us to observe the data written by ourselves and the status of components in real time .
Two . install
Minimalist plug-ins _Chrome Extension store _ High quality crx application
<template>
<div class=""></div>
</template>
<script>
export default {
data() {
return {
name:' wuhu ', // Single data
arr:[
{
a:1,
b:2
}
],
}
},
name: '',
methods: {
}
}
</script>
<style scoped>
</style>
Find the plug-in After downloading and playing
Open Google browser --------> More programs ----------> add-in ------------> Just drag the downloaded one in .
3、 ... and . Use
Code 1:
<template>
<div class=""></div>
</template>
<script>
export default {
data() {
return {
name:' wuhu ', // Single data
arr:[
{
a:1,
b:2
}
],
}
},
name: '',
methods: {
}
}
</script>
<style scoped>
</style>
Code :
<template>
<div class=""></div>
</template>
<script>
export default {
data() {
return {
one:'one',
arr:[1,2,3]
}
},
name:'One Components ',
methods: {
fn(){
console.log(123213);
}
}
}
</script>
<style scoped>
</style>
name You can give components any name , If you don't take it, it's the default name .
边栏推荐
- 【LeetCode】501. Mode in binary search tree (2 wrong questions)
- ELK日志分析系统
- 100 basic multiple choice questions of C language (with answers) 04
- Sqoop安装
- The phenomenology of crypto world: Pioneer entropy
- Unpool(nn.MaxUnpool2d)
- TCP security of network security foundation
- CAM Pytorch
- 【微服务|SCG】Filters的33种用法
- Icu4c 70 source code download and compilation (win10, vs2022)
猜你喜欢
[技术发展-26]:新型信息与通信网络的数据安全
【LeetCode】111. Minimum depth of binary tree (2 brushes of wrong questions)
Watch the online press conference of tdengine community heroes and listen to TD hero talk about the legend of developers
Azkaban实战
Practical case of SQL optimization: speed up your database
Bumblebee: build, deliver, and run ebpf programs smoothly like silk
Open source SPL optimized report application coping endlessly
Linux安装Redis
Yolov5 model training and detection
Prometheus monitors the correct posture of redis cluster
随机推荐
【LeetCode】501. Mode in binary search tree (2 wrong questions)
The perfect car for successful people: BMW X7! Superior performance, excellent comfort and safety
[Yu Yue education] National Open University autumn 2018 8109-22t (1) monetary and banking reference questions
ASP. Net core 6 framework unveiling example demonstration [01]: initial programming experience
Variables in postman
2.常见的请求方法
Pytorch register_ Hook (operate on gradient grad)
Traditional chips and AI chips
spoon插入更新oracle数据库,插了一部分提示报错Assertion botch: negative time
tuple and point
Zabbix
d3js小记
Summary and practice of knowledge map construction technology
Voice chip wt2003h4 B008 single chip to realize the quick design of intelligent doorbell scheme
Avoid material "minefields"! Play with super high conversion rate
Sqoop安装
2022/02/13
1.五层网络模型
Day_ 17 IO stream file class
Moco V2 literature research [self supervised learning]