Migrate to ssr

This commit is contained in:
2020-08-14 01:49:09 +05:00
parent 2a8c2c095a
commit 73f81426c6
8 changed files with 66 additions and 63 deletions

6
public/js/app.js vendored
View File

@@ -20213,7 +20213,7 @@ var render = function() {
"a",
{
staticClass: "rounded w-full flex flex-col md:flex-row mb-10",
attrs: { href: "" }
attrs: { href: "/article/" + subarticle.id }
},
[
_c("div", { staticClass: "bg-white rounded px-4" }, [
@@ -20334,14 +20334,14 @@ var render = function() {
"mb-4 lg:mb-0 p-4 lg:p-0 w-full md:w-4/7 relative rounded block"
},
[
_c("a", { attrs: { href: "#" } }, [
_c("a", { attrs: { href: "/article/" + _vm.article.id } }, [
_c("img", {
staticClass: "rounded-md object-cover w-full h-3/4",
attrs: { src: _vm.article.featured_image }
})
]),
_vm._v(" "),
_c("a", { attrs: { href: "#" } }, [
_c("a", { attrs: { href: "/article/" + _vm.article.id } }, [
_c("h1", {
staticClass:
"text-gray-800 text-3xl font-bold mt-2 mb-2 leading-tigh hover:underline text-right MvTyper",