debian-mirror-gitlab/app/assets/javascripts/work_items/components/app.vue

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
60 B
Vue
Raw Normal View History

2021-11-11 11:23:49 +05:30
<template>
2021-12-11 22:18:48 +05:30
<div>
<router-view />
</div>
2021-11-11 11:23:49 +05:30
</template>