Selaa lähdekoodia

added YvanGroup

zhoucg 1 vuosi sitten
vanhempi
commit
fb4545e370
2 muutettua tiedostoa jossa 17 lisäystä ja 0 poistoa
  1. 1 0
      components.d.ts
  2. 16 0
      src/components/YvanPrintDataSource.vue

+ 1 - 0
components.d.ts

@@ -83,6 +83,7 @@ declare module 'vue' {
     YvanLinePropsTemplate: typeof import('./src/components/elements/YvanLinePropsTemplate.vue')['default']
     YvanPrintAside: typeof import('./src/components/yvan-ui/YvanPrintAside.vue')['default']
     YvanPrintContainer: typeof import('./src/components/yvan-ui/YvanPrintContainer.vue')['default']
+    YvanPrintDataSource: typeof import('./src/components/YvanPrintDataSource.vue')['default']
     YvanPrintDesigner: typeof import('./src/components/YvanPrintDesigner.vue')['default']
     YvanPrintDesignerAside: typeof import('./src/components/yvan-print-designer-left.vue')['default']
     YvanPrintDesignerLeft: typeof import('./src/components/YvanPrintDesignerLeft.vue')['default']

+ 16 - 0
src/components/YvanPrintDataSource.vue

@@ -0,0 +1,16 @@
+<template>
+
+</template>
+
+<script>
+export default {
+  name: "YvanPrintDataSource",
+  data() {
+    return {}
+  }
+}
+</script>
+
+<style scoped lang="less">
+
+</style>