Git Product home page Git Product logo

Comments (5)

ZYSzys avatar ZYSzys commented on May 20, 2024

嗯,是用到了window对象。目前还不支持服务端渲染,之后会研究下这方面,看能不能支持上。

不过我觉得这种背景动画应该没必要上服务端渲染吧😅。

from vue-canvas-nest.

BG7ZAG avatar BG7ZAG commented on May 20, 2024

用了nuxt.js 所以来问下看看支不支持☺

from vue-canvas-nest.

sinsong avatar sinsong commented on May 20, 2024

怪不得nuxt.js里头炸了。。。

from vue-canvas-nest.

sinsong avatar sinsong commented on May 20, 2024

这是个不错的选择
https://zh.nuxtjs.org/api/components-no-ssr/

用这个手法让代码在浏览器执行看看行不行(我不太会,不好意思)
https://zh.nuxtjs.org/faq/window-document-undefined/

我这么整的:

  1. plugin 插件 plugins\nest.js
import Vue from 'vue'
import vueCanvasNest from 'vue-canvas-nest'

Vue.component('vue-canvas-nest', vueCanvasNest)
  1. 配置 nuxt.config.js
plugins: [
    {src: '~/plugins/nest.js', mode: 'client'}
  ]
  1. 直接使用
<vue-canvas-nest></vue-canvas-nest>

问题是会有报错

[Vue warn]: The client-side rendered virtual DOM tree is not matching server-rendered content. This is likely caused by incorrect HTML markup, for example nesting block-level elements inside <p>, or missing <tbody>. Bailing hydration and performing full client-side render. vue.runtime.esm.js:619
    VueJS 67
    NuxtJS 2
    tryCatch runtime.js:45
    invoke runtime.js:271
    method runtime.js:97
    tryCatch runtime.js:45
    invoke runtime.js:135
    invoke runtime.js:145
  1. 使用时放到 client-only 里头(以前叫no-ssr)
<client-only>
    <vue-canvas-nest></vue-canvas-nest>
</client-only>

from vue-canvas-nest.

xiaoye-2018 avatar xiaoye-2018 commented on May 20, 2024

这是个不错的选择
https://zh.nuxtjs.org/api/components-no-ssr/

用这个手法让代码在浏览器执行看看行不行(我不太会,不好意思)
https://zh.nuxtjs.org/faq/window-document-undefined/

我这么整的:

  1. plugin 插件 plugins\nest.js
import Vue from 'vue'
import vueCanvasNest from 'vue-canvas-nest'

Vue.component('vue-canvas-nest', vueCanvasNest)
  1. 配置 nuxt.config.js
plugins: [
    {src: '~/plugins/nest.js', mode: 'client'}
  ]
  1. 直接使用
<vue-canvas-nest></vue-canvas-nest>

问题是会有报错

[Vue warn]: The client-side rendered virtual DOM tree is not matching server-rendered content. This is likely caused by incorrect HTML markup, for example nesting block-level elements inside <p>, or missing <tbody>. Bailing hydration and performing full client-side render. vue.runtime.esm.js:619
    VueJS 67
    NuxtJS 2
    tryCatch runtime.js:45
    invoke runtime.js:271
    method runtime.js:97
    tryCatch runtime.js:45
    invoke runtime.js:135
    invoke runtime.js:145
  1. 使用时放到 client-only 里头(以前叫no-ssr)
<client-only>
    <vue-canvas-nest></vue-canvas-nest>
</client-only>

我刚刚测试了,发现只有页面下半部分有图案出现,而且图案跟鼠标的位置有偏差

from vue-canvas-nest.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.