Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Export Default Not Working #31

Open
hamzaafzal9009 opened this issue Nov 13, 2017 · 0 comments
Open

Export Default Not Working #31

hamzaafzal9009 opened this issue Nov 13, 2017 · 0 comments

Comments

@hamzaafzal9009
Copy link

hamzaafzal9009 commented Nov 13, 2017

I am building realtime chat using laravel and vueJs
on the input field I am using v-model but it is not returning anything:
Here is the code:

Send
<script> export default { data() { return { messageText: 'Hamza' } console.log('msg'); }, methods: { sendMessage() { console.log('Message Sent!') } } } </script> <style> .chat-composer{ display:flex; } .chat-composer input { flex:1 auto; } .chat-composer button { border-radius: 0 } </style>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant