mirror of
https://github.com/minimo-io/appticles.git
synced 2025-06-23 16:05:29 +00:00
14 lines
254 B
JavaScript
14 lines
254 B
JavaScript
{/* <a href="#"><i class="" aria-hidden="true"></i> Leer más</a> */}
|
|
|
|
|
|
const app = createApp({
|
|
data() {
|
|
return {
|
|
readMoreText: "Leer más",
|
|
readMoreIcon: "fa fa-arrow-right",
|
|
}
|
|
}
|
|
})
|
|
|
|
app.mount('#mo-home-vue-app')
|