Skip to content

Conversation

@rico-danielo
Copy link

<!doctype html>

<title>Ma premiere app Vue</title>

{{ restaurantName }}

<script src="https://cdn.jsdelivr.net/npm/vue@2/dist/vue.js"></script> <script> const app = new Vue({ el: '#app', data:{ restaurantName: "Galapagos" } }); </script>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants