This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
365wy
/
wycore
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
b07e728953
Ramas
Etiquetas
master
wycore
/
vue-antd-admin
/
docs
/
.vuepress
/
plugins
/
alert
/
enhanceApp.js
enhanceApp.js
90 B
Histórico
Raw
1
2
3
4
5
import AlertMixin from './alertMixin'
export default ({Vue}) => {
Vue.use(AlertMixin)
}