Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script>
- export default {
- data() {
- return {
- msg: "Nube Colectiva",
- mivariablebonita: "Crack de la Programación"
- }
- }
- }
- </script>
- <template>
- <div>
- {{ msg }}
- <br>
- {{ mivariablebonita }}
- </div>
- </template>
- <style scoped>
- /* */
- </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement