inputCheck.vue 279 B

123456789101112131415161718192021222324
  1. <template>
  2. <div id="">
  3. 1111
  4. </div>
  5. </template>
  6. <script>
  7. import Vue from 'vue'
  8. export default {
  9. name:'inputCheck',
  10. data() {
  11. return {
  12. }
  13. },
  14. created() {
  15. // console.log(intro)
  16. }
  17. }
  18. </script>
  19. <style>
  20. </style>