UNPKG

@truenewx/tnxvue2

Version:

互联网技术解决方案:Vue2扩展支持

8 lines (5 loc) 138 B
import Alert from './Alert.vue'; Alert.install = function (Vue) { Vue.component(Alert.name, Alert); }; export default Alert;