当前位置:网站首页>Utilisation simple de devtools
Utilisation simple de devtools
2022-07-05 02:44:00 【13 moins】
Un..DevtoolsAction
Il nous permet d'observer en temps réel l'état des données et des composants que nous avons écrits..
2..Installation
Plug - in minimaliste_ChromeExtension Store_QualitécrxApplication
<template>
<div class=""></div>
</template>
<script>
export default {
data() {
return {
name:'Wuhu', //Données individuelles
arr:[
{
a:1,
b:2
}
],
}
},
name: '',
methods: {
}
}
</script>
<style scoped>
</style>
Plug - in trouvé Après le téléchargement
Ouvrez Google explorer-------->Plus de procédures---------->Programme d'extension------------> Faites glisser le téléchargement dans .
Trois.Utiliser
Code1:
<template>
<div class=""></div>
</template>
<script>
export default {
data() {
return {
name:'Wuhu', //Données individuelles
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:'OneComponents',
methods: {
fn(){
console.log(123213);
}
}
}
</script>
<style scoped>
</style>
name Vous pouvez donner n'importe quel nom au composant , Sinon, c'est le nom par défaut .
边栏推荐
- Pytest (5) - assertion
- Elk log analysis system
- 平台入驻与独立部署优缺点对比
- 2022/02/13
- Leetcode takes out the least number of magic beans
- Returns the lowest common ancestor of two nodes in a binary tree
- D3js notes
- openresty ngx_ Lua execution phase
- 100 basic multiple choice questions of C language (with answers) 04
- 打破信息茧房-我主动获取信息的方法 -#3
猜你喜欢
Icu4c 70 source code download and compilation (win10, vs2022)
Avoid material "minefields"! Play with super high conversion rate
Practical case of SQL optimization: speed up your database
Variables in postman
Character painting, I use characters to draw a Bing Dwen Dwen
Openresty ngx Lua Execution stage
The perfect car for successful people: BMW X7! Superior performance, excellent comfort and safety
Traditional chips and AI chips
Unpool(nn.MaxUnpool2d)
[uc/os-iii] chapter 1.2.3.4 understanding RTOS
随机推荐
LeetCode 314. Binary tree vertical order traversal - Binary Tree Series Question 6
【LeetCode】501. Mode in binary search tree (2 wrong questions)
tuple and point
Cut! 39 year old Ali P9, saved 150million
The perfect car for successful people: BMW X7! Superior performance, excellent comfort and safety
Redis distributed lock, lock code logic
Exploration of short text analysis in the field of medical and health (I)
Introduce reflow & repaint, and how to optimize it?
Yolov5 model training and detection
From task Run get return value - getting return value from task Run
Six stone programming: advantages of automated testing
When the low alcohol race track enters the reshuffle period, how can the new brand break the three major problems?
[illumination du destin - 38]: Ghost Valley - chapitre 5 Flying clamp - one of the Warnings: There is a kind of killing called "hold Kill"
Idea inheritance relationship
Spark SQL learning bullet 2
[技术发展-26]:新型信息与通信网络的数据安全
[200 opencv routines] 99 Modified alpha mean filter
Pytest (5) - assertion
Character painting, I use characters to draw a Bing Dwen Dwen
使用druid连接MySQL数据库报类型错误