当前位置:网站首页>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 .
边栏推荐
- 丸子百度小程序详细配置教程,审核通过。
- Design and practice of kubernetes cluster and application monitoring scheme
- Why is this an undefined behavior- Why is this an undefined behavior?
- Six stone programming: advantages of automated testing
- Yolov5 model training and detection
- 8. Commodity management - commodity classification
- Prometheus monitors the correct posture of redis cluster
- tuple and point
- openresty ngx_lua執行階段
- Blue bridge - maximum common divisor and minimum common multiple
猜你喜欢
Tiny series rendering tutorial
丸子百度小程序详细配置教程,审核通过。
Hmi-32- [motion mode] add light panel and basic information column
Android advanced interview question record in 2022
Chinese natural language processing, medical, legal and other public data sets, sorting and sharing
Bert fine tuning skills experiment
Scientific research: are women better than men?
ELFK部署
Devtools的简单使用
【LeetCode】111. Minimum depth of binary tree (2 brushes of wrong questions)
随机推荐
Kotlin - 协程 Coroutine
[download white paper] does your customer relationship management (CRM) really "manage" customers?
[Yu Yue education] National Open University spring 2019 0505-22t basic nursing reference questions
Chinese natural language processing, medical, legal and other public data sets, sorting and sharing
【LeetCode】111. Minimum depth of binary tree (2 brushes of wrong questions)
Bert fine tuning skills experiment
[机缘参悟-38]:鬼谷子-第五飞箝篇 - 警示之一:有一种杀称为“捧杀”
PHP cli getting input from user and then dumping into variable possible?
Start the remedial work. Print the contents of the array using the pointer
Six stone programming: advantages of automated testing
ASP. Net core 6 framework unveiling example demonstration [01]: initial programming experience
ASP. Net core 6 framework unveiling example demonstration [01]: initial programming experience
When to catch an exception and when to throw an exception- When to catch the Exception vs When to throw the Exceptions?
Use the difference between "Chmod a + X" and "Chmod 755" [closed] - difference between using "Chmod a + X" and "Chmod 755" [closed]
Summary and practice of knowledge map construction technology
Single line function*
Watch the online press conference of tdengine community heroes and listen to TD hero talk about the legend of developers
Returns the lowest common ancestor of two nodes in a binary tree
100 basic multiple choice questions of C language (with answers) 04
Missile interception -- UPC winter vacation training match