script-import.js 97 B

1234567
  1. export default {
  2. data () {
  3. return {
  4. msg: 'Hello from Component A!'
  5. }
  6. }
  7. };