二次蓝
二次蓝
loading正常。因为主题主要是等博客园原主题加载完再自己操作主题的。有一定时间消耗
So what is the reason for still using 2.8.8 in the plugin?
Try to use `ClassLoader.getSystemClassLoader()` ?
try to use like: ```javascript import noUiSlider from 'nouislider'; window.noUiSlider = noUiSlider; ``` see https://preline.co/docs/frameworks.html
Need this feature, I tried to use [unhead](https://unhead.unjs.io/docs/vue/head/guides/get-started/installation#_3-setup-server-side-rendering) render head (I am trying to migrate to vike, and I haven’t used +Head yet in order to minimize code modifications.), but...
> > only has the HTML inside #app. > > No, it does have the entire HTML. (Minus the `` and `` tags injected by Vike.) @brillout You can see...
For my own use case, this might work, but for the full functionality of unhead, it’s not enough — for example, [it supports modifying htmlAttrs to set the language](https://unhead.unjs.io/docs/vue/head/guides/get-started/starter-recipes?utm_source=chatgpt.com#seo-starter). It...
@brillout I try SSG, but unhead requires using pageContext which stores the configuration that unhead reads from each page(i add it to pageContext). If I write a Vite plugin myself...
@brillout It seems that if I’m not doing full SSG, then I get: ```javascript prerenderContext: { isPrerenderingEnabled: true, isPrerenderingEnabledForAllPages: false, output: null, pageContexts: null } ``` right? Also, I have...
> `href="#"` 如果去掉了会造成别的问题,你可以拉 twikoo 的源代码,全局替换掉 `href="#"`,然后编译一个自己的 js 出来用 可以用button?或者麻烦点 `javascript:void(0)` vue 应该能用 .prevent