mirror of
https://github.com/minimo-io/appticles.git
synced 2025-06-23 16:05:29 +00:00
7 lines
146 B
JavaScript
7 lines
146 B
JavaScript
const App = new Vue({
|
|
el: "#button-vue",
|
|
data: {
|
|
buttonTextInactive: "Leer más",
|
|
buttonTextActive: "Leer menos"
|
|
}
|
|
}); |