wuhongyuq 5 years ago
parent
commit
609484d7d9
1 changed files with 19 additions and 0 deletions
  1. 19 0
      1.vue

+ 19 - 0
1.vue

@@ -0,0 +1,19 @@
+<template>
+  <div id="1">
+    <p>1</p>
+  </div>
+</template>
+
+<script>
+export default {
+  name: '1',
+  props: {},
+  components: {},
+  data: () => ({}),
+  created() {},
+  computed: {},
+  methods: {},
+};
+</script>
+
+<style lang="scss" scoped></style>