Skip to content

Instantly share code, notes, and snippets.

View BrunoAlencar's full-sized avatar
👨‍💻
Working, Studying and living as a DEV

Bruno Alencar BrunoAlencar

👨‍💻
Working, Studying and living as a DEV
View GitHub Profile
{"version":1,"resource":"file:///home/joaobrunodemeloalencar/Documentos/Development/Development/quero-delivery/qd-ambiente-dev/qd-order-service/src/infrastructure/database/schemas/order.schema.ts","entries":[{"id":"93Ow.ts","source":"undoRedo.source","timestamp":1682479346635},{"id":"LLns.ts","timestamp":1682479478573}]}
<div id="app">
<ul>
<li v-for="fruit in fruits"> {{ fruit.name }} </li>
</ul>
</div>
new Vue({
el: '#app',
data: {
<div id="app">
{{ message }}
</div>
new Vue({
el: '#app',
data: {
message: "Hello Vue!"
}
})