tl 8 mesiacov pred
rodič
commit
de2bf48c25

+ 15 - 0
cpp-ui/src/views/windy/index.vue

@@ -0,0 +1,15 @@
+<template>
+  <i-frame :src="url" />
+</template>
+<script>
+import iFrame from "../../components/iFrame/index";
+export default {
+  name: "windy",
+  components: { iFrame },
+  data() {
+    return {
+      url: "D:/code/cpp/cpp-ui/src/views/windy/windy.html"
+    };
+  },
+};
+</script>

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 9397 - 0
cpp-ui/src/views/windy/windy.html


Niektoré súbory nie sú zobrazené, pretože je v týchto rozdielových dátach zmenené mnoho súborov