testData.vue 139 B

1234567
  1. <template src='./testData.html'>
  2. </template>
  3. <script src="./testData.js">
  4. </script>
  5. <style lang="scss">
  6. @import "./testData.scss";
  7. </style>