张晓翠 преди 2 години
родител
ревизия
b4dd06a8b9
променени са 1 файла, в които са добавени 26 реда и са изтрити 0 реда
  1. 26 0
      baby-institute-admin-ui-front-master/plop-templates/view/index.hbs

+ 26 - 0
baby-institute-admin-ui-front-master/plop-templates/view/index.hbs

@@ -0,0 +1,26 @@
+{{#if template}}
+<template>
+  <div />
+</template>
+{{/if}}
+
+{{#if script}}
+<script>
+export default {
+  name: '{{ properCase name }}',
+  props: {},
+  data() {
+    return {}
+  },
+  created() {},
+  mounted() {},
+  methods: {}
+}
+</script>
+{{/if}}
+
+{{#if style}}
+<style lang="scss" scoped>
+
+</style>
+{{/if}}