shish 6 lat temu
rodzic
commit
0d5b2a7296
1 zmienionych plików z 20 dodań i 0 usunięć
  1. 20 0
      store/src/admin/home/routeTo.vue

+ 20 - 0
store/src/admin/home/routeTo.vue

@@ -0,0 +1,20 @@
+<template>
+  <view>
+    加载中...
+  </view>
+</template>
+
+<script>
+export default {
+  name: "routeTo",
+  components: {},
+  data() {
+    return {};
+  },
+  computed: {},
+  methods: {}
+};
+</script>
+
+<style lang="scss" scoped>
+</style>