当前位置:网站首页>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 .
边栏推荐
- 【LeetCode】110. Balanced binary tree (2 brushes of wrong questions)
- Elk log analysis system
- Six stone programming: advantages of automated testing
- ASP. Net core 6 framework unveiling example demonstration [01]: initial programming experience
- Write a thread pool by hand, and take you to learn the implementation principle of ThreadPoolExecutor thread pool
- Advanced learning of MySQL -- Application -- Introduction
- [source code attached] Intelligent Recommendation System Based on knowledge map -sylvie rabbit
- [download white paper] does your customer relationship management (CRM) really "manage" customers?
- [uc/os-iii] chapter 1.2.3.4 understanding RTOS
- Missile interception -- UPC winter vacation training match
猜你喜欢
随机推荐
Returns the lowest common ancestor of two nodes in a binary tree
Redis distributed lock, lock code logic
[技术发展-26]:新型信息与通信网络的数据安全
Application and Optimization Practice of redis in vivo push platform
D3js notes
Practical case of SQL optimization: speed up your database
Write a thread pool by hand, and take you to learn the implementation principle of ThreadPoolExecutor thread pool
[200 opencv routines] 99 Modified alpha mean filter
Action News
GFS distributed file system
Traditional chips and AI chips
Yyds dry goods inventory intelligent fan based on CC2530 design
Character painting, I use characters to draw a Bing Dwen Dwen
Advanced learning of MySQL -- Application -- Introduction
2021 Li Hongyi machine learning (3): what if neural network training fails
Avoid material "minefields"! Play with super high conversion rate
数据库和充值都没有了
Acwing第 58 场周赛【完结】
Can you really learn 3DMAX modeling by self-study?
Chinese natural language processing, medical, legal and other public data sets, sorting and sharing