Merge branch 'routers' of https://github.com/Northrop-Grumman-Collaboration-Project/gcs-user-interface into routers
This commit is contained in:
commit
0b3d94c853
|
@ -12,6 +12,7 @@
|
|||
"vue": "^3.2.45",
|
||||
"vue-flight-indicators": "^0.1.1",
|
||||
"vue-router": "^4.3.0"
|
||||
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tauri-apps/cli": "^1.4.0",
|
||||
|
|
|
@ -8914,7 +8914,6 @@ packages:
|
|||
'@vue/devtools-api': 6.6.1
|
||||
vue: 3.2.45
|
||||
dev: false
|
||||
|
||||
/vue-style-loader@4.1.3:
|
||||
resolution: {integrity: sha512-sFuh0xfbtpRlKfm39ss/ikqs9AbKCoXZBpHeVZ8Tx650o0k0q/YCM7FRvigtxpACezfq6af+a7JeqVTWvncqDg==}
|
||||
dependencies:
|
||||
|
|
|
@ -43,6 +43,7 @@ import { RouterView } from "vue-router";
|
|||
>
|
||||
</p>
|
||||
|
||||
|
||||
</div> -->
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Reference in New Issue