标签:pre 全局 import rom rip 组件 mon component .com
App.vue:
注册全局组件:
import toastr from ‘./common-componetnt/toastr/toastr.vue‘
Vue.component(‘toastr‘, toastr);
组件里边使用:
<template>
<toastr ref="toastr"></toastr>
</template>
script:
this.$refs.toastr.success("成功")
标签:pre 全局 import rom rip 组件 mon component .com
原文地址:http://www.cnblogs.com/lyls/p/7500257.html