当前位置:网站首页>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 .
边栏推荐
- [understanding of opportunity -38]: Guiguzi - Chapter 5 flying clamp - warning one: there is a kind of killing called "killing"
- STL container
- 【LeetCode】98. Verify the binary search tree (2 brushes of wrong questions)
- Zabbix
- Why is this an undefined behavior- Why is this an undefined behavior?
- [Yu Yue education] National Open University autumn 2018 8109-22t (1) monetary and banking reference questions
- openresty ngx_ Lua execution phase
- Avoid material "minefields"! Play with super high conversion rate
- Returns the lowest common ancestor of two nodes in a binary tree
- Yuan universe also "real estate"? Multiple second-hand trading websites block metauniverse keywords
猜你喜欢

Introduce reflow & repaint, and how to optimize it?

【LeetCode】501. Mode in binary search tree (2 wrong questions)

Character painting, I use characters to draw a Bing Dwen Dwen

Cut! 39 year old Ali P9, saved 150million

Azkaban概述

Voice chip wt2003h4 B008 single chip to realize the quick design of intelligent doorbell scheme

1.五层网络模型

Apache Web page security optimization

Single line function*

Azkaban安装部署
随机推荐
Marubeni Baidu applet detailed configuration tutorial, approved.
Summary and practice of knowledge map construction technology
100 basic multiple choice questions of C language (with answers) 04
[micro service SCG] 33 usages of filters
Design of kindergarten real-time monitoring and control system
Avoid material "minefields"! Play with super high conversion rate
Elk log analysis system
【LeetCode】222. The number of nodes of a complete binary tree (2 mistakes)
Yyds dry goods inventory intelligent fan based on CC2530 design
Devtools的简单使用
【LeetCode】98. Verify the binary search tree (2 brushes of wrong questions)
Hmi-30- [motion mode] the module on the right side of the instrument starts to write
Medusa installation and simple use
Exploration of short text analysis in the field of medical and health (I)
Last week's hot review (2.7-2.13)
1.五层网络模型
Eight days of learning C language - while loop (embedded) (single chip microcomputer)
Talk about the things that must be paid attention to when interviewing programmers
Practical case of SQL optimization: speed up your database
Design and practice of kubernetes cluster and application monitoring scheme