openc3/templates/tool_vue/src/App.vue
<!--
# Copyright 2023 OpenC3, Inc.
# All Rights Reserved.
#
# This file may also be used under the terms of a commercial license
# if purchased from OpenC3, Inc.
-->
<template>
<div>
<v-app id="innerapp">
<router-view></router-view>
</v-app>
</div>
</template>