当前位置:网站首页>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 .
边栏推荐
- 平台入驻与独立部署优缺点对比
- Acwing game 58 [End]
- Day_ 17 IO stream file class
- [daily problem insight] Li Kou - the 280th weekly match (I really didn't know it could be so simple to solve other people's problems)
- Avoid material "minefields"! Play with super high conversion rate
- Introduce reflow & repaint, and how to optimize it?
- 【LeetCode】106. Construct binary tree from middle order and post order traversal sequence (wrong question 2)
- Design and implementation of campus epidemic prevention and control system based on SSM
- d3js小记
- Moco V2 literature research [self supervised learning]
猜你喜欢

Elfk deployment

Vb+access hotel service management system
![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
![[source code attached] Intelligent Recommendation System Based on knowledge map -sylvie rabbit](/img/3e/ab14f3a0ddf31c7176629d891e44b4.png)
[source code attached] Intelligent Recommendation System Based on knowledge map -sylvie rabbit

Zabbix

8. Commodity management - commodity classification

Design and practice of kubernetes cluster and application monitoring scheme

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

Exploration of short text analysis in the field of medical and health (I)

Introduce reflow & repaint, and how to optimize it?
随机推荐
Master Fur
返回二叉树中两个节点的最低公共祖先
Zabbix
Voice chip wt2003h4 B008 single chip to realize the quick design of intelligent doorbell scheme
【LeetCode】501. Mode in binary search tree (2 wrong questions)
Eight days of learning C language - while loop (embedded) (single chip microcomputer)
Advanced learning of MySQL -- Application -- Introduction
ASP. Net core 6 framework unveiling example demonstration [01]: initial programming experience
Introduce reflow & repaint, and how to optimize it?
Design and implementation of community hospital information system
openresty ngx_lua执行阶段
2021 Li Hongyi machine learning (1): basic concepts
Icu4c 70 source code download and compilation (win10, vs2022)
Kotlin - coroutine
PHP cli getting input from user and then dumping into variable possible?
[understanding of opportunity -38]: Guiguzi - Chapter 5 flying clamp - warning one: there is a kind of killing called "killing"
Sqoop安装
[200 opencv routines] 99 Modified alpha mean filter
Erreur de type de datagramme MySQL en utilisant Druid
Kotlin - 协程 Coroutine