当前位置:网站首页>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 .
边栏推荐
- Which common ports should the server open
- From task Run get return value - getting return value from task Run
- When to catch an exception and when to throw an exception- When to catch the Exception vs When to throw the Exceptions?
- The phenomenology of crypto world: Pioneer entropy
- The database and recharge are gone
- Last words record
- Practical case of SQL optimization: speed up your database
- Problem solving: attributeerror: 'nonetype' object has no attribute 'append‘
- Design and implementation of kindergarten management system
- Design of KTV intelligent dimming system based on MCU
猜你喜欢

Vb+access hotel service management system

Pytest (5) - assertion
![ASP. Net core 6 framework unveiling example demonstration [01]: initial programming experience](/img/22/08617736a8b943bc9c254aac60c8cb.jpg)
ASP. Net core 6 framework unveiling example demonstration [01]: initial programming experience

Elk log analysis system

Asynchronous and promise

Write a thread pool by hand, and take you to learn the implementation principle of ThreadPoolExecutor thread pool

Scientific research: are women better than men?
![ASP. Net core 6 framework unveiling example demonstration [01]: initial programming experience](/img/3b/0ae9fbadec5dbdfc6981f1f55546a5.jpg)
ASP. Net core 6 framework unveiling example demonstration [01]: initial programming experience
![Acwing game 58 [End]](/img/16/c55e0a7aedc354f1c739637ed13a6b.png)
Acwing game 58 [End]

Bumblebee: build, deliver, and run ebpf programs smoothly like silk
随机推荐
Application and Optimization Practice of redis in vivo push platform
Kotlin - coroutine
Azkaban安装部署
The perfect car for successful people: BMW X7! Superior performance, excellent comfort and safety
How to find hot projects in 2022? Dena community project progress follow-up, there is always a dish for you (1)
openresty ngx_ Lua execution phase
Hmi-31- [motion mode] solve the problem of picture display of music module
Exploration of short text analysis in the field of medical and health (II)
Which common ports should the server open
Voice chip wt2003h4 B008 single chip to realize the quick design of intelligent doorbell scheme
【LeetCode】404. Sum of left leaves (2 brushes of wrong questions)
【LeetCode】98. Verify the binary search tree (2 brushes of wrong questions)
Unpool(nn.MaxUnpool2d)
Why do you understand a16z? Those who prefer Web3.0 Privacy Infrastructure: nym
Zabbix
[technology development-26]: data security of new information and communication networks
Devtools的简单使用
[机缘参悟-38]:鬼谷子-第五飞箝篇 - 警示之一:有一种杀称为“捧杀”
When the low alcohol race track enters the reshuffle period, how can the new brand break the three major problems?
Variables in postman