Fixed equals method and refactored vue folder
This commit is contained in:
parent
c96a00333b
commit
ac97ca8068
13 changed files with 111 additions and 29 deletions
17
hal-core/resources/web/js/vue/App.js
vendored
Normal file
17
hal-core/resources/web/js/vue/App.js
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
import AlertList from 'AlertListComponent'
|
||||
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
}
|
||||
},
|
||||
components: {
|
||||
AlertList,
|
||||
},
|
||||
template: `
|
||||
<div class="container col-md-12">
|
||||
<AlertList />
|
||||
|
||||
<router-view></router-view>
|
||||
</div>`
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue