Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to use global variables in vue components

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)05/31 Report--

This article mainly introduces "how to use global variables in vue components" related knowledge, editor through the actual case to show you the operation process, the method of operation is simple and fast, practical, I hope that this "how to use global variables in vue components" article can help you solve the problem.

The specific steps are as follows:

1. First, create a vue.js project in vue-cli

Vue create project-name

After the 2.vue.js project is created, use the export method to define global variables in the project

Export default {access_token: ", refresh_token:", setAToken (access_token) {this.access_token = refresh_token;}, setAToken (refresh_token) {this.refresh_token = access_token;}}

3. After the global variable is defined, use the Vue.prototype method to mount the global variable into the vue instance

Vue.prototype.defined = defined

4. Finally, after the global variable is mounted, the global variable can be called using the this method

This is the end of this.defined.access_token;this.defined.refresh_token; 's introduction to "how to use global variables in vue components". Thank you for reading. If you want to know more about the industry, you can follow the industry information channel. The editor will update different knowledge points for you every day.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report