码迷,mamicode.com
首页 > 其他好文 > 详细

VUE 组件内全局变量

时间:2021-06-02 20:55:34      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:变量   样式   rgba   set   全局   export   elf   assets   style   

<template>
    <div>
    </div>
</template>
<script>
var self = this;
export default {
};
</script>
// scoped 样式只在本组件使用
<style scoped>
/**
 * 导入css样式组件
 * @import "../assets/css/components/index.css";
 */
</style>

 

VUE 组件内全局变量

标签:变量   样式   rgba   set   全局   export   elf   assets   style   

原文地址:https://www.cnblogs.com/sqcokb/p/14840164.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!