Skip to content

Vue+Meteor SSR calling the client-side component lifecycle hooks beforeMount() and mounted() on the server-side #409

Open
@mrauhu

Description

@mrauhu

Greetings, @Akryum.

Problem

Vue+Meteor SSR calling the client-side component lifecycle hooks on the server-side:

  • beforeMount();
  • mounted().

This results in breaking other packages from the Vue ecosystem, as example:

How to reproduce

  1. Clone the repo:
    git clone https://github.com/mrauhu/meteor-ssr-vue-meta
    cd meteor-ssr-vue-meta
    
  2. Run Meteor:
    meteor
    

Best wishes,
Sergey.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions