Update app.js
This commit is contained in:
58
public/js/app.js
vendored
58
public/js/app.js
vendored
@@ -19917,19 +19917,12 @@ var render = function() {
|
|||||||
},
|
},
|
||||||
[
|
[
|
||||||
_c("div", [
|
_c("div", [
|
||||||
_c(
|
_c("div", {
|
||||||
"div",
|
staticClass:
|
||||||
{
|
"mt-3 md:mt-0 text-gray-700 font-bold text-2xl mb-2 text-right MvAamu",
|
||||||
staticClass:
|
staticStyle: { direction: "rtl" },
|
||||||
"mt-3 md:mt-0 text-gray-700 font-bold text-2xl mb-2 text-right MvAamu",
|
domProps: { textContent: _vm._s(story.title) }
|
||||||
staticStyle: { direction: "rtl" }
|
}),
|
||||||
},
|
|
||||||
[
|
|
||||||
_vm._v(
|
|
||||||
"\n އައްޑޫން މީހަކު ޕޮޒިޓިވްވެއްޖެ\n "
|
|
||||||
)
|
|
||||||
]
|
|
||||||
),
|
|
||||||
_vm._v(" "),
|
_vm._v(" "),
|
||||||
_c(
|
_c(
|
||||||
"div",
|
"div",
|
||||||
@@ -19939,7 +19932,7 @@ var render = function() {
|
|||||||
[
|
[
|
||||||
_c("p", {
|
_c("p", {
|
||||||
staticClass:
|
staticClass:
|
||||||
"font-semibold text-gray-700 text-sm capitalize",
|
"font-semibold text-gray-700 text-sm capitalize MvTyper",
|
||||||
domProps: { textContent: _vm._s(story.source.name) }
|
domProps: { textContent: _vm._s(story.source.name) }
|
||||||
}),
|
}),
|
||||||
_vm._v(" "),
|
_vm._v(" "),
|
||||||
@@ -19967,7 +19960,9 @@ var render = function() {
|
|||||||
},
|
},
|
||||||
[
|
[
|
||||||
_vm._v(
|
_vm._v(
|
||||||
"\n ރާއްޖޭގައި ކޮވިޑްގެ ހާލަތު އިތުރަށް ގޯސްވަމުންދާއިރު ގިނަ ރަށްރަށުން ބަލި މީހުން ދަނީ ފެންނަމުންނެވެ.\n "
|
"\n " +
|
||||||
|
_vm._s(story.body.slice(0, 200)) +
|
||||||
|
"\n "
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
@@ -20150,18 +20145,25 @@ var render = function() {
|
|||||||
_c("div", [
|
_c("div", [
|
||||||
_c("span", {
|
_c("span", {
|
||||||
staticClass:
|
staticClass:
|
||||||
"flex justify-end text-green-700 text-md font-normal",
|
"flex justify-end text-green-700 text-md font-normal MvTyper",
|
||||||
domProps: { textContent: _vm._s(_vm.article.source.name) }
|
domProps: { textContent: _vm._s(_vm.article.source.name) }
|
||||||
})
|
})
|
||||||
]),
|
]),
|
||||||
_vm._v(" "),
|
_vm._v(" "),
|
||||||
_vm._m(1),
|
_c("a", { attrs: { href: "#" } }, [
|
||||||
|
_c("h1", {
|
||||||
|
staticClass:
|
||||||
|
"text-gray-800 text-3xl font-bold mt-2 mb-2 leading-tigh hover:underline text-right MvAamu",
|
||||||
|
staticStyle: { direction: "rtl" },
|
||||||
|
domProps: { textContent: _vm._s(_vm.article.title) }
|
||||||
|
})
|
||||||
|
]),
|
||||||
_vm._v(" "),
|
_vm._v(" "),
|
||||||
_c(
|
_c(
|
||||||
"div",
|
"div",
|
||||||
{
|
{
|
||||||
staticClass:
|
staticClass:
|
||||||
"text-gray-600 text-md mt-4 flex justify-end items-center"
|
"text-gray-600 text-md mt-4 flex justify-end items-center mb-3"
|
||||||
},
|
},
|
||||||
[
|
[
|
||||||
_c("p", { staticClass: "text-gray-600 text-right" }, [
|
_c("p", { staticClass: "text-gray-600 text-right" }, [
|
||||||
@@ -20232,26 +20234,6 @@ var staticRenderFns = [
|
|||||||
[_vm._v("\n މިއަދުގެ ޙުލާސާ\n ")]
|
[_vm._v("\n މިއަދުގެ ޙުލާސާ\n ")]
|
||||||
)
|
)
|
||||||
])
|
])
|
||||||
},
|
|
||||||
function() {
|
|
||||||
var _vm = this
|
|
||||||
var _h = _vm.$createElement
|
|
||||||
var _c = _vm._self._c || _h
|
|
||||||
return _c("a", { attrs: { href: "#" } }, [
|
|
||||||
_c(
|
|
||||||
"h1",
|
|
||||||
{
|
|
||||||
staticClass:
|
|
||||||
"text-gray-800 text-3xl font-bold mt-2 mb-2 leading-tigh hover:underline text-right MvAamu",
|
|
||||||
staticStyle: { direction: "rtl" }
|
|
||||||
},
|
|
||||||
[
|
|
||||||
_vm._v(
|
|
||||||
"\n އިންޑިއާއަށް ބޭހަށްދިޔަ 8 ދިވެހިން ޕޮޒިޓިވް\n "
|
|
||||||
)
|
|
||||||
]
|
|
||||||
)
|
|
||||||
])
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
render._withStripped = true
|
render._withStripped = true
|
||||||
|
Reference in New Issue
Block a user