teste-vue3-template-component
v1.0.4
Published
Vue 3 Template Component
Downloads
6
Readme
Component Template
Requeriments
import Modal from '@gpconect/gp-modal'
Install
yarn add @gpconect/gptemplate
import GpTemplate from '@gpconect/gptemplate'Component
PUG
GpTemplate(group='Prêmio', application='Super Classes, Cargos, Indicadores e Pessoas', icon='gp-app-bn-superclasse', :codGroup='157', :codApplication='304')
router-viewHTML
<GpTemplate group="Prêmio" application="Super Classes, Cargos, Indicadores e Pessoas" icon="gp-app-bn-superclasse" :codGroup="157" :codApplication="304">
<router-view></router-view>
</GpTemplate>Props
| Props | Required | Type | | ------ | ------ | ------ | | group | true | String | | application | true | String | | icon | true | String | | codGroup | true | Number | | codApplication | true | Number | | slot | -- | -- | | background | false | String |
Slot
Component | <router-view />
